#1FFEF8

Color #1FFEF8 Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #1FFEF8

Tints of Aqua #1FFEF8

Color information

#1FFEF8 (or 0x1FFEF8) is unknown color: approx Aqua. HEX triplet: 1F, FE and F8. RGB value is (31,254,248). Sum of RGB (Red+Green+Blue) = 31+254+248=533 (70% of max value = 765). Red value is 31 (12.5% from 255 or 5.82% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFEF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFEF8 is #E00107. Grayscale: #BABABA. Windows color (decimal): -14680328 or 16317983. OLE color: 16317983.

HSL color Cylindrical-coordinate representation of color #1FFEF8: hue angle of 178.39º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFEF8 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB31254248-
CMYK0.8800.020.00
HSL178.39º99.11%55.88%-
HSV(B)178.39º87.8%99.61%-
XYZ52.9577.95101.06-
YUV186.64162.6216.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 5.82%
GREEN value IS 254 (99.61% from 255) = 47.65%
BLUE value IS 248 (97.27% from 255) = 46.53%
R=5.82%
G=47.65%
B=46.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal312542480.8800.020.00178.3999.1155.88
Hex1FFEF858020b26338
Octal3737637013002026214370
Binary11111111111101111100010110000100101100101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FFEF8; }

 p { color: rgb(31,254,248); }

 H1.HeaderClassName
 {
   color: #1FFEF8;
 }
 .AnyTagClassName
 {
   color: #1FFEF8;
 }
</style>
background-color css

<style>
 a { background-color: #1FFEF8; }

 a { background-color: rgb(31,254,248); }

 div.DivClassName
 {
   background-color: #1FFEF8;
 }
 .BgClassName
 {
   background-color: #1FFEF8;
 }
</style>
border-color css

<style>
 span { border-color: #1FFEF8; }

 span { border-color: rgb(31,254,248); }

 td.TdClassName
 {
   border-color: #1FFEF8;
 }
 .TagClassName
 {
   border-color: #1FFEF8;
 }
</style>