#95FAD8

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

Shades of Aquamarine #95FAD8

Tints of Aquamarine #95FAD8

Color information

#95FAD8 (or 0x95FAD8) is unknown color: approx Aquamarine. HEX triplet: 95, FA and D8. RGB value is (149,250,216). Sum of RGB (Red+Green+Blue) = 149+250+216=615 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.23% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAD8 is #6A0527. Grayscale: #D7D7D7. Windows color (decimal): -6948136 or 14219925. OLE color: 14219925.

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

Color convert

RGB149250216-
CMYK0.4000.140.02
HSL159.8º90.99%78.24%-
HSV(B)159.8º40.4%98.04%-
XYZ58.9779.7277.24-
YUV215.92128.0480.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.23%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 216 (84.77% from 255) = 35.12%
R=24.23%
G=40.65%
B=35.12%

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
Decimal1492502160.4000.140.02159.890.9978.24
Hex95FAD8280E2a05b4e
Octal225372330500162240133116
Binary10010101111110101101100010100001110101010000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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