Html Css Color HEX #AFF4DE Water Leaf

📋 copy color: '#AFF4DE'

red 175 ◦ green 244 ◦ blue 222

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

Shades of Water Leaf #AFF4DE

Tints of Water Leaf #AFF4DE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.07%

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

R = 27.3%
G = 38.07%
B = 34.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#AFF4DE (or 0xAFF4DE) is known color: Water Leaf. HEX triplet: AF, F4 and DE. RGB value is (175,244,222). Sum of RGB (Red+Green+Blue) = 175+244+222=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 244 (95.70% from 255 or 38.07% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4DE is #500B21. Grayscale: #DCDCDC. Windows color (decimal): -5245730 or 14611631. OLE color: 14611631.

HSL color Cylindrical-coordinate representation of color #AFF4DE: hue angle of 160.87º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4DE is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 222 -
CMYK 0.28 0 0.09 0.04
HSL 160.87º 0.76% 0.82% -
HSV(B) 160.87º 0.28% 0.96% -
XYZ 63.21 79.09 81.04 -
YUV 220.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 175 244 222 0.28 0 0.09 0.04 160.87 0.76 0.82
Hex AF F4 DE 1C 0 9 4 A1 4C 52
Octal 257 364 336 34 0 11 4 241 114 122
Binary 10101111 11110100 11011110 11100 0 1001 100 10100001 1001100 1010010

Color Harmonies of #AFF4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF4DE

Black with #AFF4DE

Text Example


Text Example

White with #AFF4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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