#ABDFB0

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

Shades of Celadon #ABDFB0

Tints of Celadon #ABDFB0

Color information

#ABDFB0 (or 0xABDFB0) is unknown color: approx Celadon. HEX triplet: AB, DF and B0. RGB value is (171,223,176). Sum of RGB (Red+Green+Blue) = 171+223+176=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDFB0 is #54204F. Grayscale: #CACACA. Windows color (decimal): -5513296 or 11591595. OLE color: 11591595.

HSL color Cylindrical-coordinate representation of color #ABDFB0: hue angle of 125.77º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDFB0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB171223176-
CMYK0.2300.210.13
HSL125.77º44.83%77.25%-
HSV(B)125.77º23.32%87.45%-
XYZ51.0264.5750.85-
YUV202.09113.27105.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 223 (87.5% from 255) = 39.12%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=30%
G=39.12%
B=30.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712231760.2300.210.13125.7744.8377.25
HexABDFB017015D7e2d4d
Octal253337260270251517655115
Binary10101011110111111011000010111010101110111111101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFB0; }

 p { color: rgb(171,223,176); }

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

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

 a { background-color: rgb(171,223,176); }

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

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

 span { border-color: rgb(171,223,176); }

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