Html Css Color HEX #AFF4DF Water Leaf

📋 copy color: '#AFF4DF'

red 175 ◦ green 244 ◦ blue 223

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

Shades of Water Leaf #AFF4DF

Tints of Water Leaf #AFF4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.74%

R = 27.26%
G = 38.01%
B = 34.74%

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

#AFF4DF (or 0xAFF4DF) is known color: Water Leaf. HEX triplet: AF, F4 and DF. RGB value is (175,244,223). Sum of RGB (Red+Green+Blue) = 175+244+223=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4DF is #500B20. Grayscale: #DCDCDC. Windows color (decimal): -5245729 or 14677167. OLE color: 14677167.

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

Color convert

RGB 175 244 223 -
CMYK 0.28 0 0.09 0.04
HSL 161.74º 0.76% 0.82% -
HSV(B) 161.74º 0.28% 0.96% -
XYZ 63.35 79.14 81.75 -
YUV 220.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 175 244 223 0.28 0 0.09 0.04 161.74 0.76 0.82
Hex AF F4 DF 1C 0 9 4 A2 4C 52
Octal 257 364 337 34 0 11 4 242 114 122
Binary 10101111 11110100 11011111 11100 0 1001 100 10100010 1001100 1010010

Color Harmonies of #AFF4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF4DF

Black with #AFF4DF

Text Example


Text Example

White with #AFF4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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