#ABE0B4

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

Shades of Celadon #ABE0B4

Tints of Celadon #ABE0B4

Color information

#ABE0B4 (or 0xABE0B4) is unknown color: approx Celadon. HEX triplet: AB, E0 and B4. RGB value is (171,224,180). Sum of RGB (Red+Green+Blue) = 171+224+180=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0B4 is #541F4B. Grayscale: #CBCBCB. Windows color (decimal): -5513036 or 11853995. OLE color: 11853995.

HSL color Cylindrical-coordinate representation of color #ABE0B4: hue angle of 130.19º 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 #ABE0B4 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB171224180-
CMYK0.2400.200.12
HSL130.19º46.09%77.45%-
HSV(B)130.19º23.66%87.84%-
XYZ51.6965.2653.05-
YUV203.14114.94105.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 224 (87.89% from 255) = 38.96%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=29.74%
G=38.96%
B=31.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241800.2400.200.12130.1946.0977.45
HexABE0B418014C822e4d
Octal253340264300241420256115
Binary101010111110000010110100110000101001100100000101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0B4; }

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

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

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

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

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

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

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

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