#A8FCB4

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

Shades of Celadon #A8FCB4

Tints of Celadon #A8FCB4

Color information

#A8FCB4 (or 0xA8FCB4) is unknown color: approx Celadon. HEX triplet: A8, FC and B4. RGB value is (168,252,180). Sum of RGB (Red+Green+Blue) = 168+252+180=600 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCB4 is #57034B. Grayscale: #DADADA. Windows color (decimal): -5702476 or 11861160. OLE color: 11861160.

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

Color convert

RGB168252180-
CMYK0.3300.290.01
HSL128.57º93.33%82.35%-
HSV(B)128.57º33.33%98.82%-
XYZ59.281.2455.74-
YUV218.68106.1791.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28%
GREEN value IS 252 (98.83% from 255) = 42%
BLUE value IS 180 (70.70% from 255) = 30%
R=28%
G=42%
B=30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682521800.3300.290.01128.5793.3382.35
HexA8FCB42101D1815d52
Octal250374264410351201135122
Binary10101000111111001011010010000101110111000000110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCB4; }

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

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

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

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

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

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

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

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