#A1FAB6

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

Shades of Celadon #A1FAB6

Tints of Celadon #A1FAB6

Color information

#A1FAB6 (or 0xA1FAB6) is unknown color: approx Celadon. HEX triplet: A1, FA and B6. RGB value is (161,250,182). Sum of RGB (Red+Green+Blue) = 161+250+182=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAB6 is #5E0549. Grayscale: #D7D7D7. Windows color (decimal): -6161738 or 11991713. OLE color: 11991713.

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

Color convert

RGB161250182-
CMYK0.3600.270.02
HSL134.16º89.9%80.59%-
HSV(B)134.16º35.6%98.04%-
XYZ57.3379.3356.55-
YUV215.64109.0189.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.15%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 182 (71.48% from 255) = 30.69%
R=27.15%
G=42.16%
B=30.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501820.3600.270.02134.1689.980.59
HexA1FAB62401B2865a51
Octal241372266440332206132121
Binary101000011111101010110110100100011011101000011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FAB6; }

 p { color: rgb(161,250,182); }

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

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

 a { background-color: rgb(161,250,182); }

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

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

 span { border-color: rgb(161,250,182); }

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