#ABDBAF

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

Shades of Celadon #ABDBAF

Tints of Celadon #ABDBAF

Color information

#ABDBAF (or 0xABDBAF) is unknown color: approx Celadon. HEX triplet: AB, DB and AF. RGB value is (171,219,175). Sum of RGB (Red+Green+Blue) = 171+219+175=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDBAF is #542450. Grayscale: #C7C7C7. Windows color (decimal): -5514321 or 11525035. OLE color: 11525035.

HSL color Cylindrical-coordinate representation of color #ABDBAF: hue angle of 125º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBAF is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB171219175-
CMYK0.2200.200.14
HSL125º40%76.47%-
HSV(B)125º21.92%85.88%-
XYZ49.8662.4249.98-
YUV199.63114.1107.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=30.27%
G=38.76%
B=30.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712191750.2200.200.141254076.47
HexABDBAF16014E7d284c
Octal253333257260241617550114
Binary10101011110110111010111110110010100111011111011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBAF; }

 p { color: rgb(171,219,175); }

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

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

 a { background-color: rgb(171,219,175); }

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

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

 span { border-color: rgb(171,219,175); }

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