Html Css Color HEX #AFF2DC Water Leaf

📋 copy color: '#AFF2DC'

red 175 ◦ green 242 ◦ blue 220

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

Shades of Water Leaf #AFF2DC

Tints of Water Leaf #AFF2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.99%

 BLUE value IS 220 (86.33% from 255) = 34.54%

R = 27.47%
G = 37.99%
B = 34.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#AFF2DC (or 0xAFF2DC) is known color: Water Leaf. HEX triplet: AF, F2 and DC. RGB value is (175,242,220). Sum of RGB (Red+Green+Blue) = 175+242+220=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2DC is #500D23. Grayscale: #DBDBDB. Windows color (decimal): -5246244 or 14480047. OLE color: 14480047.

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

Color convert

RGB 175 242 220 -
CMYK 0.28 0 0.09 0.05
HSL 160.3º 0.72% 0.82% -
HSV(B) 160.3º 0.28% 0.95% -
XYZ 62.35 77.79 79.44 -
YUV 219.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 175 242 220 0.28 0 0.09 0.05 160.3 0.72 0.82
Hex AF F2 DC 1C 0 9 5 A0 48 52
Octal 257 362 334 34 0 11 5 240 110 122
Binary 10101111 11110010 11011100 11100 0 1001 101 10100000 1001000 1010010

Color Harmonies of #AFF2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2DC

Black with #AFF2DC

Text Example


Text Example

White with #AFF2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2DC; }

 p { color: rgb(175,242,220); }

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

background-color css

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

 a { background-color: rgb(175,242,220); }

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

border-color css

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

 span { border-color: rgb(175,242,220); }

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