#AFDAB2

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

Shades of Celadon #AFDAB2

Tints of Celadon #AFDAB2

Color information

#AFDAB2 (or 0xAFDAB2) is unknown color: approx Celadon. HEX triplet: AF, DA and B2. RGB value is (175,218,178). Sum of RGB (Red+Green+Blue) = 175+218+178=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDAB2 is #50254D. Grayscale: #C8C8C8. Windows color (decimal): -5252430 or 11721391. OLE color: 11721391.

HSL color Cylindrical-coordinate representation of color #AFDAB2: hue angle of 124.19º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAB2 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB175218178-
CMYK0.2000.180.15
HSL124.19º36.75%77.06%-
HSV(B)124.19º19.72%85.49%-
XYZ50.7962.4751.5-
YUV200.58115.25109.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 178 (69.92% from 255) = 31.17%
R=30.65%
G=38.18%
B=31.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181780.2000.180.15124.1936.7577.06
HexAFDAB214012F7c254d
Octal257332262240221717445115
Binary10101111110110101011001010100010010111111111001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAB2; }

 p { color: rgb(175,218,178); }

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

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

 a { background-color: rgb(175,218,178); }

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

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

 span { border-color: rgb(175,218,178); }

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