#AFFEE6

Color #AFFEE6 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #AFFEE6

Tints of Water Leaf #AFFEE6

Color information

#AFFEE6 (or 0xAFFEE6) is unknown color: approx Water Leaf. HEX triplet: AF, FE and E6. RGB value is (175,254,230). Sum of RGB (Red+Green+Blue) = 175+254+230=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFEE6 is #500119. Grayscale: #E3E3E3. Windows color (decimal): -5243162 or 15138479. OLE color: 15138479.

HSL color Cylindrical-coordinate representation of color #AFFEE6: hue angle of 161.77º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEE6 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB175254230-
CMYK0.3100.090.00
HSL161.77º97.53%84.12%-
HSV(B)161.77º31.1%99.61%-
XYZ67.485.7187.85-
YUV227.64129.3390.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.56%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=26.56%
G=38.54%
B=34.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752542300.3100.090.00161.7797.5384.12
HexAFFEE61F090a26254
Octal257376346370110242142124
Binary101011111111111011100110111110100101010001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEE6; }

 p { color: rgb(175,254,230); }

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

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

 a { background-color: rgb(175,254,230); }

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

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

 span { border-color: rgb(175,254,230); }

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