#A8FAB5

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

Shades of Celadon #A8FAB5

Tints of Celadon #A8FAB5

Color information

#A8FAB5 (or 0xA8FAB5) is unknown color: approx Celadon. HEX triplet: A8, FA and B5. RGB value is (168,250,181). Sum of RGB (Red+Green+Blue) = 168+250+181=599 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.05% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FAB5 is #57054A. Grayscale: #D9D9D9. Windows color (decimal): -5702987 or 11926184. OLE color: 11926184.

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

Color convert

RGB168250181-
CMYK0.3300.280.02
HSL129.51º89.13%81.96%-
HSV(B)129.51º32.8%98.04%-
XYZ58.6780.0356.07-
YUV217.62107.3392.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.05%
GREEN value IS 250 (98.05% from 255) = 41.74%
BLUE value IS 181 (71.09% from 255) = 30.22%
R=28.05%
G=41.74%
B=30.22%

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
Decimal1682501810.3300.280.02129.5189.1381.96
HexA8FAB52101C2825952
Octal250372265410342202131122
Binary101010001111101010110101100001011100101000001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FAB5; }

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

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

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

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

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

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

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

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