#95FAD7

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

Shades of Aquamarine #95FAD7

Tints of Aquamarine #95FAD7

Color information

#95FAD7 (or 0x95FAD7) is unknown color: approx Aquamarine. HEX triplet: 95, FA and D7. RGB value is (149,250,215). Sum of RGB (Red+Green+Blue) = 149+250+215=614 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.27% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAD7 is #6A0528. Grayscale: #D7D7D7. Windows color (decimal): -6948137 or 14154389. OLE color: 14154389.

HSL color Cylindrical-coordinate representation of color #95FAD7: hue angle of 159.21º 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 #95FAD7 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB149250215-
CMYK0.4000.140.02
HSL159.21º90.99%78.24%-
HSV(B)159.21º40.4%98.04%-
XYZ58.8579.6776.57-
YUV215.81127.5480.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.27%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 215 (84.38% from 255) = 35.02%
R=24.27%
G=40.72%
B=35.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492502150.4000.140.02159.2190.9978.24
Hex95FAD7280E29f5b4e
Octal225372327500162237133116
Binary10010101111110101101011110100001110101001111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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