#AFDEB2

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

Shades of Celadon #AFDEB2

Tints of Celadon #AFDEB2

Color information

#AFDEB2 (or 0xAFDEB2) is unknown color: approx Celadon. HEX triplet: AF, DE and B2. RGB value is (175,222,178). Sum of RGB (Red+Green+Blue) = 175+222+178=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDEB2 is #50214D. Grayscale: #CBCBCB. Windows color (decimal): -5251406 or 11722415. OLE color: 11722415.

HSL color Cylindrical-coordinate representation of color #AFDEB2: hue angle of 123.83º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDEB2 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB175222178-
CMYK0.2100.200.13
HSL123.83º41.59%77.84%-
HSV(B)123.83º21.17%87.06%-
XYZ51.8464.5751.85-
YUV202.93113.93108.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 222 (87.11% from 255) = 38.61%
BLUE value IS 178 (69.92% from 255) = 30.96%
R=30.43%
G=38.61%
B=30.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221780.2100.200.13123.8341.5977.84
HexAFDEB215014D7c2a4e
Octal257336262250241517452116
Binary10101111110111101011001010101010100110111111001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEB2; }

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

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

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

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

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

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

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

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