Html Css Color HEX #AFF8DE Water Leaf

📋 copy color: '#AFF8DE'

red 175 ◦ green 248 ◦ blue 222

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

Shades of Water Leaf #AFF8DE

Tints of Water Leaf #AFF8DE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.45%

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

R = 27.13%
G = 38.45%
B = 34.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#AFF8DE (or 0xAFF8DE) is known color: Water Leaf. HEX triplet: AF, F8 and DE. RGB value is (175,248,222). Sum of RGB (Red+Green+Blue) = 175+248+222=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8DE is #500721. Grayscale: #DFDFDF. Windows color (decimal): -5244706 or 14612655. OLE color: 14612655.

HSL color Cylindrical-coordinate representation of color #AFF8DE: hue angle of 158.63º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8DE is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 222 -
CMYK 0.29 0 0.10 0.03
HSL 158.63º 0.84% 0.83% -
HSV(B) 158.63º 0.29% 0.97% -
XYZ 64.43 81.52 81.45 -
YUV 223.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 175 248 222 0.29 0 0.10 0.03 158.63 0.84 0.83
Hex AF F8 DE 1D 0 A 3 9F 54 53
Octal 257 370 336 35 0 12 3 237 124 123
Binary 10101111 11111000 11011110 11101 0 1010 11 10011111 1010100 1010011

Color Harmonies of #AFF8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8DE

Black with #AFF8DE

Text Example


Text Example

White with #AFF8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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