#95FAD6

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

Shades of Aquamarine #95FAD6

Tints of Aquamarine #95FAD6

Color information

#95FAD6 (or 0x95FAD6) is unknown color: approx Aquamarine. HEX triplet: 95, FA and D6. RGB value is (149,250,214). Sum of RGB (Red+Green+Blue) = 149+250+214=613 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.31% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAD6 is #6A0529. Grayscale: #D7D7D7. Windows color (decimal): -6948138 or 14088853. OLE color: 14088853.

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

Color convert

RGB149250214-
CMYK0.4000.140.02
HSL158.61º90.99%78.24%-
HSV(B)158.61º40.4%98.04%-
XYZ58.7279.6275.89-
YUV215.7127.0480.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.31%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 214 (83.98% from 255) = 34.91%
R=24.31%
G=40.78%
B=34.91%

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
Decimal1492502140.4000.140.02158.6190.9978.24
Hex95FAD6280E29f5b4e
Octal225372326500162237133116
Binary10010101111110101101011010100001110101001111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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