Html Css Color HEX #AFF2DD Water Leaf

📋 copy color: '#AFF2DD'

red 175 ◦ green 242 ◦ blue 221

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

Shades of Water Leaf #AFF2DD

Tints of Water Leaf #AFF2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.64%

R = 27.43%
G = 37.93%
B = 34.64%

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

#AFF2DD (or 0xAFF2DD) is known color: Water Leaf. HEX triplet: AF, F2 and DD. RGB value is (175,242,221). Sum of RGB (Red+Green+Blue) = 175+242+221=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2DD is #500D22. Grayscale: #DBDBDB. Windows color (decimal): -5246243 or 14545583. OLE color: 14545583.

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

Color convert

RGB 175 242 221 -
CMYK 0.28 0 0.09 0.05
HSL 161.19º 0.72% 0.82% -
HSV(B) 161.19º 0.28% 0.95% -
XYZ 62.48 77.84 80.14 -
YUV 219.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 175 242 221 0.28 0 0.09 0.05 161.19 0.72 0.82
Hex AF F2 DD 1C 0 9 5 A1 48 52
Octal 257 362 335 34 0 11 5 241 110 122
Binary 10101111 11110010 11011101 11100 0 1001 101 10100001 1001000 1010010

Color Harmonies of #AFF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2DD

Black with #AFF2DD

Text Example


Text Example

White with #AFF2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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