#ABF0B2

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

Shades of Celadon #ABF0B2

Tints of Celadon #ABF0B2

Color information

#ABF0B2 (or 0xABF0B2) is unknown color: approx Celadon. HEX triplet: AB, F0 and B2. RGB value is (171,240,178). Sum of RGB (Red+Green+Blue) = 171+240+178=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF0B2 is #540F4D. Grayscale: #D4D4D4. Windows color (decimal): -5508942 or 11727019. OLE color: 11727019.

HSL color Cylindrical-coordinate representation of color #ABF0B2: hue angle of 126.09º 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 #ABF0B2 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB171240178-
CMYK0.2900.260.06
HSL126.09º69.7%80.59%-
HSV(B)126.09º28.75%94.12%-
XYZ55.9974.1953.49-
YUV212.3108.6498.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 240 (94.14% from 255) = 40.75%
BLUE value IS 178 (69.92% from 255) = 30.22%
R=29.03%
G=40.75%
B=30.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712401780.2900.260.06126.0969.780.59
HexABF0B21D01A67e4651
Octal253360262350326176106121
Binary10101011111100001011001011101011010110111111010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF0B2; }

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

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

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

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

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

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

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

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