Html Css Color HEX #AFE9DE Water Leaf

📋 copy color: '#AFE9DE'

red 175 ◦ green 233 ◦ blue 222

#AFE9DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #AFE9DE

Tints of Water Leaf #AFE9DE

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 value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#AFE9DE (or 0xAFE9DE) is known color: 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

RGB 175 233 222 -
CMYK 0.25 0 0.05 0.09
HSL 168.62º 0.57% 0.8% -
HSV(B) 168.62º 0.25% 0.91% -
XYZ 60 72.67 79.97 -
YUV 214.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 175 233 222 0.25 0 0.05 0.09 168.62 0.57 0.8
Hex AF E9 DE 19 0 5 9 A9 39 50
Octal 257 351 336 31 0 5 11 251 71 120
Binary 10101111 11101001 11011110 11001 0 101 1001 10101001 111001 1010000

Color Harmonies of #AFE9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9DE

Black with #AFE9DE

Text Example


Text Example

White with #AFE9DE

Text Example


Text Example

HTML Codes & Css Web 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>