#AFE9DD

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

Shades of Water Leaf #AFE9DD

Tints of Water Leaf #AFE9DD

Color information

#AFE9DD (or 0xAFE9DD) is unknown color: approx Water Leaf. HEX triplet: AF, E9 and DD. RGB value is (175,233,221). Sum of RGB (Red+Green+Blue) = 175+233+221=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9DD is #501622. Grayscale: #D6D6D6. Windows color (decimal): -5248547 or 14543279. OLE color: 14543279.

HSL color Cylindrical-coordinate representation of color #AFE9DD: hue angle of 167.59º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9DD is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB175233221-
CMYK0.2500.050.09
HSL167.59º56.86%80%-
HSV(B)167.59º24.89%91.37%-
XYZ59.8772.6179.27-
YUV214.29131.7899.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 233 (91.41% from 255) = 37.04%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=27.82%
G=37.04%
B=35.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752332210.2500.050.09167.5956.8680
HexAFE9DD19059a83950
Octal25735133531051125071120
Binary1010111111101001110111011100101011001101010001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9DD; }

 p { color: rgb(175,233,221); }

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

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

 a { background-color: rgb(175,233,221); }

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

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

 span { border-color: rgb(175,233,221); }

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