#AFD9B4

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

Shades of Celadon #AFD9B4

Tints of Celadon #AFD9B4

Color information

#AFD9B4 (or 0xAFD9B4) is unknown color: approx Celadon. HEX triplet: AF, D9 and B4. RGB value is (175,217,180). Sum of RGB (Red+Green+Blue) = 175+217+180=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9B4 is #50264B. Grayscale: #C8C8C8. Windows color (decimal): -5252684 or 11852207. OLE color: 11852207.

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

Color convert

RGB175217180-
CMYK0.1900.170.15
HSL127.14º35.59%76.86%-
HSV(B)127.14º19.35%85.1%-
XYZ50.7362.0352.48-
YUV200.22116.59110.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=30.59%
G=37.94%
B=31.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171800.1900.170.15127.1435.5976.86
HexAFD9B413011F7f244d
Octal257331264230211717744115
Binary10101111110110011011010010011010001111111111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9B4; }

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

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

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

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

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

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

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

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