#ABDDB1

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

Shades of Celadon #ABDDB1

Tints of Celadon #ABDDB1

Color information

#ABDDB1 (or 0xABDDB1) is unknown color: approx Celadon. HEX triplet: AB, DD and B1. RGB value is (171,221,177). Sum of RGB (Red+Green+Blue) = 171+221+177=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDDB1 is #54224E. Grayscale: #C9C9C9. Windows color (decimal): -5513807 or 11656619. OLE color: 11656619.

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

Color convert

RGB171221177-
CMYK0.2300.200.13
HSL127.2º42.37%76.86%-
HSV(B)127.2º22.62%86.67%-
XYZ50.5963.5551.19-
YUV201.03114.44106.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=30.05%
G=38.84%
B=31.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211770.2300.200.13127.242.3776.86
HexABDDB117014D7f2a4d
Octal253335261270241517752115
Binary10101011110111011011000110111010100110111111111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDB1; }

 p { color: rgb(171,221,177); }

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

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

 a { background-color: rgb(171,221,177); }

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

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

 span { border-color: rgb(171,221,177); }

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