#A2FAB5

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

Shades of Celadon #A2FAB5

Tints of Celadon #A2FAB5

Color information

#A2FAB5 (or 0xA2FAB5) is unknown color: approx Celadon. HEX triplet: A2, FA and B5. RGB value is (162,250,181). Sum of RGB (Red+Green+Blue) = 162+250+181=593 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.32% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FAB5 is #5D054A. Grayscale: #D8D8D8. Windows color (decimal): -6096203 or 11926178. OLE color: 11926178.

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

Color convert

RGB162250181-
CMYK0.3500.280.02
HSL132.95º89.8%80.78%-
HSV(B)132.95º35.2%98.04%-
XYZ57.4379.3956.01-
YUV215.82108.3589.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.32%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 181 (71.09% from 255) = 30.52%
R=27.32%
G=42.16%
B=30.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622501810.3500.280.02132.9589.880.78
HexA2FAB52301C2855a51
Octal242372265430342205132121
Binary101000101111101010110101100011011100101000010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FAB5; }

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

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

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

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

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

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

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

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