#affae0

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

Shades of Water Leaf #AFFAE0

Tints of Water Leaf #AFFAE0

Color information

#AFFAE0 (or 0xAFFAE0) is unknown color: approx Water Leaf. HEX triplet: AF, FA and E0. RGB value is (175,250,224). Sum of RGB (Red+Green+Blue) = 175+250+224=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAE0 is #50051F. Grayscale: #E0E0E0. Windows color (decimal): -5244192 or 14744239. OLE color: 14744239.

HSL color Cylindrical-coordinate representation of color #AFFAE0: hue angle of 159.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAE0 is Cyan = 0.3, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB175250224-
CMYK0.300.100.02
HSL159.2º88.24%83.33%-
HSV(B)159.2º30%98.04%-
XYZ65.3282.8783.07-
YUV224.61127.6592.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 224 (87.89% from 255) = 34.51%
R=26.96%
G=38.52%
B=34.51%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752502240.300.100.02159.288.2483.33
HexAFFAE01E0A29f5853
Octal257372340360122237130123
Binary1010111111111010111000001111001010101001111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #affae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #affae0; }

 p { color: rgb(175,250,224); }

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

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

 a { background-color: rgb(175,250,224); }

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

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

 span { border-color: rgb(175,250,224); }

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