#A8FAB4

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

Shades of Celadon #A8FAB4

Tints of Celadon #A8FAB4

Color information

#A8FAB4 (or 0xA8FAB4) is unknown color: approx Celadon. HEX triplet: A8, FA and B4. RGB value is (168,250,180). Sum of RGB (Red+Green+Blue) = 168+250+180=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FAB4 is #57054B. Grayscale: #D9D9D9. Windows color (decimal): -5702988 or 11860648. OLE color: 11860648.

HSL color Cylindrical-coordinate representation of color #A8FAB4: hue angle of 128.78º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAB4 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB168250180-
CMYK0.3300.280.02
HSL128.78º89.13%81.96%-
HSV(B)128.78º32.8%98.04%-
XYZ58.5779.9955.53-
YUV217.5106.8392.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.09%
GREEN value IS 250 (98.05% from 255) = 41.81%
BLUE value IS 180 (70.70% from 255) = 30.10%
R=28.09%
G=41.81%
B=30.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682501800.3300.280.02128.7889.1381.96
HexA8FAB42101C2815952
Octal250372264410342201131122
Binary101010001111101010110100100001011100101000000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FAB4; }

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

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

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

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

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

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

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

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