#AFF0DB

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

Shades of Water Leaf #AFF0DB

Tints of Water Leaf #AFF0DB

Color information

#AFF0DB (or 0xAFF0DB) is unknown color: approx Water Leaf. HEX triplet: AF, F0 and DB. RGB value is (175,240,219). Sum of RGB (Red+Green+Blue) = 175+240+219=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0DB is #500F24. Grayscale: #DADADA. Windows color (decimal): -5246757 or 14413999. OLE color: 14413999.

HSL color Cylindrical-coordinate representation of color #AFF0DB: hue angle of 160.62º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0DB is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB175240219-
CMYK0.2700.090.06
HSL160.62º68.42%81.37%-
HSV(B)160.62º27.08%94.12%-
XYZ61.6376.5578.55-
YUV218.17128.4797.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.60%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=27.60%
G=37.85%
B=34.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752402190.2700.090.06160.6268.4281.37
HexAFF0DB1B096a14451
Octal257360333330116241104121
Binary10101111111100001101101111011010011101010000110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0DB; }

 p { color: rgb(175,240,219); }

 H1.HeaderClassName
 {
   color: #AFF0DB;
 }
 .AnyTagClassName
 {
   color: #AFF0DB;
 }
</style>
background-color css

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

 a { background-color: rgb(175,240,219); }

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

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

 span { border-color: rgb(175,240,219); }

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