#AFD8B2

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

Shades of Celadon #AFD8B2

Tints of Celadon #AFD8B2

Color information

#AFD8B2 (or 0xAFD8B2) is unknown color: approx Celadon. HEX triplet: AF, D8 and B2. RGB value is (175,216,178). Sum of RGB (Red+Green+Blue) = 175+216+178=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD8B2 is #50274D. Grayscale: #C7C7C7. Windows color (decimal): -5252942 or 11720879. OLE color: 11720879.

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

Color convert

RGB175216178-
CMYK0.1900.180.15
HSL124.39º34.45%76.67%-
HSV(B)124.39º18.98%84.71%-
XYZ50.2761.4451.33-
YUV199.41115.92110.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 216 (84.77% from 255) = 37.96%
BLUE value IS 178 (69.92% from 255) = 31.28%
R=30.76%
G=37.96%
B=31.28%

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
Decimal1752161780.1900.180.15124.3934.4576.67
HexAFD8B213012F7c224d
Octal257330262230221717442115
Binary10101111110110001011001010011010010111111111001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8B2; }

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

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

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

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

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

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

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

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