#ABFCB1

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

Shades of Celadon #ABFCB1

Tints of Celadon #ABFCB1

Color information

#ABFCB1 (or 0xABFCB1) is unknown color: approx Celadon. HEX triplet: AB, FC and B1. RGB value is (171,252,177). Sum of RGB (Red+Green+Blue) = 171+252+177=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFCB1 is #54034E. Grayscale: #DBDBDB. Windows color (decimal): -5505871 or 11664555. OLE color: 11664555.

HSL color Cylindrical-coordinate representation of color #ABFCB1: hue angle of 124.44º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFCB1 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB171252177-
CMYK0.3200.300.01
HSL124.44º93.1%82.94%-
HSV(B)124.44º32.14%98.82%-
XYZ59.5481.4554.18-
YUV219.23104.1693.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.5%
GREEN value IS 252 (98.83% from 255) = 42%
BLUE value IS 177 (69.53% from 255) = 29.5%
R=28.5%
G=42%
B=29.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712521770.3200.300.01124.4493.182.94
HexABFCB12001E17c5d53
Octal253374261400361174135123
Binary1010101111111100101100011000000111101111110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCB1; }

 p { color: rgb(171,252,177); }

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

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

 a { background-color: rgb(171,252,177); }

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

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

 span { border-color: rgb(171,252,177); }

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