#ABDBB2

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

Shades of Celadon #ABDBB2

Tints of Celadon #ABDBB2

Color information

#ABDBB2 (or 0xABDBB2) is unknown color: approx Celadon. HEX triplet: AB, DB and B2. RGB value is (171,219,178). Sum of RGB (Red+Green+Blue) = 171+219+178=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDBB2 is #54244D. Grayscale: #C8C8C8. Windows color (decimal): -5514318 or 11721643. OLE color: 11721643.

HSL color Cylindrical-coordinate representation of color #ABDBB2: hue angle of 128.75º 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 #ABDBB2 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB171219178-
CMYK0.2200.190.14
HSL128.75º40%76.47%-
HSV(B)128.75º21.92%85.88%-
XYZ50.1662.5451.55-
YUV199.97115.6107.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 178 (69.92% from 255) = 31.34%
R=30.11%
G=38.56%
B=31.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712191780.2200.190.14128.754076.47
HexABDBB216013E81284c
Octal253333262260231620150114
Binary101010111101101110110010101100100111110100000011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBB2; }

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

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

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

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

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

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

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

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