Html Css Color HEX #AFF1DC Water Leaf

📋 copy color: '#AFF1DC'

red 175 ◦ green 241 ◦ blue 220

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

Shades of Water Leaf #AFF1DC

Tints of Water Leaf #AFF1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.89%

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

R = 27.52%
G = 37.89%
B = 34.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#AFF1DC (or 0xAFF1DC) is known color: Water Leaf. HEX triplet: AF, F1 and DC. RGB value is (175,241,220). Sum of RGB (Red+Green+Blue) = 175+241+220=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1DC is #500E23. Grayscale: #DADADA. Windows color (decimal): -5246500 or 14479791. OLE color: 14479791.

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

Color convert

RGB 175 241 220 -
CMYK 0.27 0 0.09 0.05
HSL 160.91º 0.7% 0.82% -
HSV(B) 160.91º 0.27% 0.95% -
XYZ 62.05 77.19 79.34 -
YUV 218.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 175 241 220 0.27 0 0.09 0.05 160.91 0.7 0.82
Hex AF F1 DC 1B 0 9 5 A1 46 52
Octal 257 361 334 33 0 11 5 241 106 122
Binary 10101111 11110001 11011100 11011 0 1001 101 10100001 1000110 1010010

Color Harmonies of #AFF1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1DC

Black with #AFF1DC

Text Example


Text Example

White with #AFF1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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