#A5FAB5

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

Shades of Celadon #A5FAB5

Tints of Celadon #A5FAB5

Color information

#A5FAB5 (or 0xA5FAB5) is unknown color: approx Celadon. HEX triplet: A5, FA and B5. RGB value is (165,250,181). Sum of RGB (Red+Green+Blue) = 165+250+181=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FAB5 is #5A054A. Grayscale: #D8D8D8. Windows color (decimal): -5899595 or 11926181. OLE color: 11926181.

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

Color convert

RGB165250181-
CMYK0.3400.280.02
HSL131.29º89.47%81.37%-
HSV(B)131.29º34%98.04%-
XYZ58.0479.7156.04-
YUV216.72107.8491.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.68%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 181 (71.09% from 255) = 30.37%
R=27.68%
G=41.95%
B=30.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652501810.3400.280.02131.2989.4781.37
HexA5FAB52201C2835951
Octal245372265420342203131121
Binary101001011111101010110101100010011100101000001110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAB5; }

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

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

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

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

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

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

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

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