#AFEEE0

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

Shades of Water Leaf #AFEEE0

Tints of Water Leaf #AFEEE0

Color information

#AFEEE0 (or 0xAFEEE0) is unknown color: approx Water Leaf. HEX triplet: AF, EE and E0. RGB value is (175,238,224). Sum of RGB (Red+Green+Blue) = 175+238+224=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEE0 is #50111F. Grayscale: #D9D9D9. Windows color (decimal): -5247264 or 14741167. OLE color: 14741167.

HSL color Cylindrical-coordinate representation of color #AFEEE0: hue angle of 166.67º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEE0 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB175238224-
CMYK0.2600.060.07
HSL166.67º64.95%80.98%-
HSV(B)166.67º26.47%93.33%-
XYZ61.7175.6481.87-
YUV217.57131.6397.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.47%
GREEN value IS 238 (93.36% from 255) = 37.36%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=27.47%
G=37.36%
B=35.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752382240.2600.060.07166.6764.9580.98
HexAFEEE01A067a74151
Octal25735634032067247101121
Binary1010111111101110111000001101001101111010011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEE0; }

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

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

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

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

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

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

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

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