#AFDEB1

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

Shades of Celadon #AFDEB1

Tints of Celadon #AFDEB1

Color information

#AFDEB1 (or 0xAFDEB1) is unknown color: approx Celadon. HEX triplet: AF, DE and B1. RGB value is (175,222,177). Sum of RGB (Red+Green+Blue) = 175+222+177=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDEB1 is #50214E. Grayscale: #CACACA. Windows color (decimal): -5251407 or 11656879. OLE color: 11656879.

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

Color convert

RGB175222177-
CMYK0.2100.200.13
HSL122.55º41.59%77.84%-
HSV(B)122.55º21.17%87.06%-
XYZ51.7464.5351.32-
YUV202.82113.43108.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 222 (87.11% from 255) = 38.68%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=30.49%
G=38.68%
B=30.84%

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
Decimal1752221770.2100.200.13122.5541.5977.84
HexAFDEB115014D7b2a4e
Octal257336261250241517352116
Binary10101111110111101011000110101010100110111110111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEB1; }

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

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

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

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

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

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

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

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