#AFE9DE

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

Shades of Water Leaf #AFE9DE

Tints of Water Leaf #AFE9DE

Color information

#AFE9DE (or 0xAFE9DE) is unknown color: approx Water Leaf. HEX triplet: AF, E9 and DE. RGB value is (175,233,222). Sum of RGB (Red+Green+Blue) = 175+233+222=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9DE is #501621. Grayscale: #D6D6D6. Windows color (decimal): -5248546 or 14608815. OLE color: 14608815.

HSL color Cylindrical-coordinate representation of color #AFE9DE: hue angle of 168.62º 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 #AFE9DE is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB175233222-
CMYK0.2500.050.09
HSL168.62º56.86%80%-
HSV(B)168.62º24.89%91.37%-
XYZ6072.6779.97-
YUV214.4132.2899.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 233 (91.41% from 255) = 36.98%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=27.78%
G=36.98%
B=35.24%

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
Decimal1752332220.2500.050.09168.6256.8680
HexAFE9DE19059a93950
Octal25735133631051125171120
Binary1010111111101001110111101100101011001101010011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9DE; }

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

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

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

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

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

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

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

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