#AFF2DD

Color #AFF2DD Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #AFF2DD

Tints of Water Leaf #AFF2DD

Color information

#AFF2DD (or 0xAFF2DD) is unknown color: approx 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

RGB175242221-
CMYK0.2800.090.05
HSL161.19º72.04%81.76%-
HSV(B)161.19º27.69%94.9%-
XYZ62.4877.8480.14-
YUV219.57128.896.21-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752422210.2800.090.05161.1972.0481.76
HexAFF2DD1C095a14852
Octal257362335340115241110122
Binary10101111111100101101110111100010011011010000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>