#AFF8DF

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

Shades of Water Leaf #AFF8DF

Tints of Water Leaf #AFF8DF

Color information

#AFF8DF (or 0xAFF8DF) is unknown color: approx Water Leaf. HEX triplet: AF, F8 and DF. RGB value is (175,248,223). Sum of RGB (Red+Green+Blue) = 175+248+223=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8DF is #500720. Grayscale: #DFDFDF. Windows color (decimal): -5244705 or 14678191. OLE color: 14678191.

HSL color Cylindrical-coordinate representation of color #AFF8DF: hue angle of 159.45º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8DF is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB175248223-
CMYK0.2900.100.03
HSL159.45º83.91%82.94%-
HSV(B)159.45º29.44%97.25%-
XYZ64.5781.5882.15-
YUV223.32127.8293.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.09%
GREEN value IS 248 (97.27% from 255) = 38.39%
BLUE value IS 223 (87.5% from 255) = 34.52%
R=27.09%
G=38.39%
B=34.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752482230.2900.100.03159.4583.9182.94
HexAFF8DF1D0A39f5453
Octal257370337350123237124123
Binary1010111111111000110111111110101010111001111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8DF; }

 p { color: rgb(175,248,223); }

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

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

 a { background-color: rgb(175,248,223); }

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

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

 span { border-color: rgb(175,248,223); }

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