#95FAD9

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

Shades of Aquamarine #95FAD9

Tints of Aquamarine #95FAD9

Color information

#95FAD9 (or 0x95FAD9) is unknown color: approx Aquamarine. HEX triplet: 95, FA and D9. RGB value is (149,250,217). Sum of RGB (Red+Green+Blue) = 149+250+217=616 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.19% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAD9 is #6A0526. Grayscale: #D8D8D8. Windows color (decimal): -6948135 or 14285461. OLE color: 14285461.

HSL color Cylindrical-coordinate representation of color #95FAD9: hue angle of 160.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FAD9 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB149250217-
CMYK0.4000.130.02
HSL160.4º90.99%78.24%-
HSV(B)160.4º40.4%98.04%-
XYZ59.179.7777.93-
YUV216.04128.5480.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.19%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 217 (85.16% from 255) = 35.23%
R=24.19%
G=40.58%
B=35.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492502170.4000.130.02160.490.9978.24
Hex95FAD9280D2a05b4e
Octal225372331500152240133116
Binary10010101111110101101100110100001101101010000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95FAD9; }

 p { color: rgb(149,250,217); }

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

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

 a { background-color: rgb(149,250,217); }

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

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

 span { border-color: rgb(149,250,217); }

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