#ABF0B0

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

Shades of Celadon #ABF0B0

Tints of Celadon #ABF0B0

Color information

#ABF0B0 (or 0xABF0B0) is unknown color: approx Celadon. HEX triplet: AB, F0 and B0. RGB value is (171,240,176). Sum of RGB (Red+Green+Blue) = 171+240+176=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF0B0 is #540F4F. Grayscale: #D4D4D4. Windows color (decimal): -5508944 or 11595947. OLE color: 11595947.

HSL color Cylindrical-coordinate representation of color #ABF0B0: hue angle of 124.35º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0B0 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB171240176-
CMYK0.2900.270.06
HSL124.35º69.7%80.59%-
HSV(B)124.35º28.75%94.12%-
XYZ55.7974.1152.44-
YUV212.07107.6498.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 240 (94.14% from 255) = 40.89%
BLUE value IS 176 (69.14% from 255) = 29.98%
R=29.13%
G=40.89%
B=29.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712401760.2900.270.06124.3569.780.59
HexABF0B01D01B67c4651
Octal253360260350336174106121
Binary10101011111100001011000011101011011110111110010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF0B0; }

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

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

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

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

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

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

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

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