#ABFCB4

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

Shades of Celadon #ABFCB4

Tints of Celadon #ABFCB4

Color information

#ABFCB4 (or 0xABFCB4) is unknown color: approx Celadon. HEX triplet: AB, FC and B4. RGB value is (171,252,180). Sum of RGB (Red+Green+Blue) = 171+252+180=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCB4 is #54034B. Grayscale: #DBDBDB. Windows color (decimal): -5505868 or 11861163. OLE color: 11861163.

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

Color convert

RGB171252180-
CMYK0.3200.290.01
HSL126.67º93.1%82.94%-
HSV(B)126.67º32.14%98.82%-
XYZ59.8481.5755.77-
YUV219.57105.6693.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 252 (98.83% from 255) = 41.79%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=28.36%
G=41.79%
B=29.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712521800.3200.290.01126.6793.182.94
HexABFCB42001D17f5d53
Octal253374264400351177135123
Binary1010101111111100101101001000000111011111111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCB4; }

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

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

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

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

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

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

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

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