#A2FAB4

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

Shades of Celadon #A2FAB4

Tints of Celadon #A2FAB4

Color information

#A2FAB4 (or 0xA2FAB4) is unknown color: approx Celadon. HEX triplet: A2, FA and B4. RGB value is (162,250,180). Sum of RGB (Red+Green+Blue) = 162+250+180=592 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.36% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FAB4 is #5D054B. Grayscale: #D7D7D7. Windows color (decimal): -6096204 or 11860642. OLE color: 11860642.

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

Color convert

RGB162250180-
CMYK0.3500.280.02
HSL132.27º89.8%80.78%-
HSV(B)132.27º35.2%98.04%-
XYZ57.3279.3555.47-
YUV215.71107.8589.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.36%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 180 (70.70% from 255) = 30.41%
R=27.36%
G=42.23%
B=30.41%

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
Decimal1622501800.3500.280.02132.2789.880.78
HexA2FAB42301C2845a51
Octal242372264430342204132121
Binary101000101111101010110100100011011100101000010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FAB4; }

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

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

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

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

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

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

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

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