Html Css Color HEX #AFE8DE Water Leaf

📋 copy color: '#AFE8DE'

red 175 ◦ green 232 ◦ blue 222

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

Shades of Water Leaf #AFE8DE

Tints of Water Leaf #AFE8DE

RGB

 RED value IS 175 (68.75% from 255) = 27.82%

 GREEN value IS 232 (91.02% from 255) = 36.88%

 BLUE value IS 222 (87.11% from 255) = 35.29%

R = 27.82%
G = 36.88%
B = 35.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#AFE8DE (or 0xAFE8DE) is known color: Water Leaf. HEX triplet: AF, E8 and DE. RGB value is (175,232,222). Sum of RGB (Red+Green+Blue) = 175+232+222=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8DE is #501721. Grayscale: #D5D5D5. Windows color (decimal): -5248802 or 14608559. OLE color: 14608559.

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

Color convert

RGB 175 232 222 -
CMYK 0.25 0 0.04 0.09
HSL 169.47º 0.55% 0.8% -
HSV(B) 169.47º 0.25% 0.91% -
XYZ 59.72 72.1 79.88 -
YUV 213.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 175 232 222 0.25 0 0.04 0.09 169.47 0.55 0.8
Hex AF E8 DE 19 0 4 9 A9 37 50
Octal 257 350 336 31 0 4 11 251 67 120
Binary 10101111 11101000 11011110 11001 0 100 1001 10101001 110111 1010000

Color Harmonies of #AFE8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE8DE

Black with #AFE8DE

Text Example


Text Example

White with #AFE8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE8DE; }

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

 H1.HeaderClassName
 {
   color: #AFE8DE;
 }
 .AnyTagClassName
 {
   color: #AFE8DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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