#ABE0B2

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

Shades of Celadon #ABE0B2

Tints of Celadon #ABE0B2

Color information

#ABE0B2 (or 0xABE0B2) is unknown color: approx Celadon. HEX triplet: AB, E0 and B2. RGB value is (171,224,178). Sum of RGB (Red+Green+Blue) = 171+224+178=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE0B2 is #541F4D. Grayscale: #CBCBCB. Windows color (decimal): -5513038 or 11722923. OLE color: 11722923.

HSL color Cylindrical-coordinate representation of color #ABE0B2: hue angle of 127.92º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0B2 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB171224178-
CMYK0.2400.210.12
HSL127.92º46.09%77.45%-
HSV(B)127.92º23.66%87.84%-
XYZ51.4965.1851.99-
YUV202.91113.94105.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=29.84%
G=39.09%
B=31.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241780.2400.210.12127.9246.0977.45
HexABE0B218015C802e4d
Octal253340262300251420056115
Binary101010111110000010110010110000101011100100000001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0B2; }

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

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

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

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

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

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

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

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