#AFDAB3

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

Shades of Celadon #AFDAB3

Tints of Celadon #AFDAB3

Color information

#AFDAB3 (or 0xAFDAB3) is unknown color: approx Celadon. HEX triplet: AF, DA and B3. RGB value is (175,218,179). Sum of RGB (Red+Green+Blue) = 175+218+179=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAB3 is #50254C. Grayscale: #C8C8C8. Windows color (decimal): -5252429 or 11786927. OLE color: 11786927.

HSL color Cylindrical-coordinate representation of color #AFDAB3: hue angle of 125.58º 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 #AFDAB3 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB175218179-
CMYK0.2000.180.15
HSL125.58º36.75%77.06%-
HSV(B)125.58º19.72%85.49%-
XYZ50.8962.5152.03-
YUV200.7115.75109.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=30.59%
G=38.11%
B=31.29%

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
Decimal1752181790.2000.180.15125.5836.7577.06
HexAFDAB314012F7e254d
Octal257332263240221717645115
Binary10101111110110101011001110100010010111111111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAB3; }

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

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

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

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

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

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

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

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