#AFD9B2

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

Shades of Celadon #AFD9B2

Tints of Celadon #AFD9B2

Color information

#AFD9B2 (or 0xAFD9B2) is unknown color: approx Celadon. HEX triplet: AF, D9 and B2. RGB value is (175,217,178). Sum of RGB (Red+Green+Blue) = 175+217+178=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD9B2 is #50264D. Grayscale: #C8C8C8. Windows color (decimal): -5252686 or 11721135. OLE color: 11721135.

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

Color convert

RGB175217178-
CMYK0.1900.180.15
HSL124.29º35.59%76.86%-
HSV(B)124.29º19.35%85.1%-
XYZ50.5361.9551.41-
YUV200115.59110.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=30.70%
G=38.07%
B=31.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171780.1900.180.15124.2935.5976.86
HexAFD9B213012F7c244d
Octal257331262230221717444115
Binary10101111110110011011001010011010010111111111001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9B2; }

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

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

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

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

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

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

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

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