#AFF3DC

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

Shades of Water Leaf #AFF3DC

Tints of Water Leaf #AFF3DC

Color information

#AFF3DC (or 0xAFF3DC) is unknown color: approx Water Leaf. HEX triplet: AF, F3 and DC. RGB value is (175,243,220). Sum of RGB (Red+Green+Blue) = 175+243+220=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3DC is #500C23. Grayscale: #DCDCDC. Windows color (decimal): -5245988 or 14480303. OLE color: 14480303.

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

Color convert

RGB175243220-
CMYK0.2800.090.05
HSL159.71º73.91%81.96%-
HSV(B)159.71º27.98%95.29%-
XYZ62.6578.3879.54-
YUV220.05127.9795.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.43%
GREEN value IS 243 (95.31% from 255) = 38.09%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=27.43%
G=38.09%
B=34.48%

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
Decimal1752432200.2800.090.05159.7173.9181.96
HexAFF3DC1C095a04a52
Octal257363334340115240112122
Binary10101111111100111101110011100010011011010000010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3DC; }

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

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

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

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

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

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

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

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