#95F7E1

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

Shades of Aquamarine #95F7E1

Tints of Aquamarine #95F7E1

Color information

#95F7E1 (or 0x95F7E1) is unknown color: approx Aquamarine. HEX triplet: 95, F7 and E1. RGB value is (149,247,225). Sum of RGB (Red+Green+Blue) = 149+247+225=621 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.99% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #95F7E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F7E1 is #6A081E. Grayscale: #D7D7D7. Windows color (decimal): -6948895 or 14808981. OLE color: 14808981.

HSL color Cylindrical-coordinate representation of color #95F7E1: hue angle of 166.53º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F7E1 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB149247225-
CMYK0.4000.090.03
HSL166.53º85.96%77.65%-
HSV(B)166.53º39.68%96.86%-
XYZ59.2578.3583.23-
YUV215.19133.5380.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.99%
GREEN value IS 247 (96.88% from 255) = 39.77%
BLUE value IS 225 (88.28% from 255) = 36.23%
R=23.99%
G=39.77%
B=36.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492472250.4000.090.03166.5385.9677.65
Hex95F7E128093a7564e
Octal225367341500113247126116
Binary10010101111101111110000110100001001111010011110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,247,225); }

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

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

 a { background-color: rgb(149,247,225); }

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

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

 span { border-color: rgb(149,247,225); }

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