#A8FCB1

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

Shades of Celadon #A8FCB1

Tints of Celadon #A8FCB1

Color information

#A8FCB1 (or 0xA8FCB1) is unknown color: approx Celadon. HEX triplet: A8, FC and B1. RGB value is (168,252,177). Sum of RGB (Red+Green+Blue) = 168+252+177=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FCB1 is #57034E. Grayscale: #DADADA. Windows color (decimal): -5702479 or 11664552. OLE color: 11664552.

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

Color convert

RGB168252177-
CMYK0.3300.300.01
HSL126.43º93.33%82.35%-
HSV(B)126.43º33.33%98.82%-
XYZ58.8981.1254.15-
YUV218.33104.6792.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.14%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 177 (69.53% from 255) = 29.65%
R=28.14%
G=42.21%
B=29.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682521770.3300.300.01126.4393.3382.35
HexA8FCB12101E17e5d52
Octal250374261410361176135122
Binary1010100011111100101100011000010111101111111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCB1; }

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

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

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

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

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

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

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

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