#95F7E4

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

Shades of Aquamarine #95F7E4

Tints of Aquamarine #95F7E4

Color information

#95F7E4 (or 0x95F7E4) is unknown color: approx Aquamarine. HEX triplet: 95, F7 and E4. RGB value is (149,247,228). Sum of RGB (Red+Green+Blue) = 149+247+228=624 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.88% from 624); Green value is 247 (96.88% from 255 or 39.58% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 247 - color contains mainly: green. Hex color #95F7E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F7E4 is #6A081B. Grayscale: #D7D7D7. Windows color (decimal): -6948892 or 15005589. OLE color: 15005589.

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

Color convert

RGB149247228-
CMYK0.4000.080.03
HSL168.37º85.96%77.65%-
HSV(B)168.37º39.68%96.86%-
XYZ59.6678.5185.41-
YUV215.53135.0380.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.88%
GREEN value IS 247 (96.88% from 255) = 39.58%
BLUE value IS 228 (89.45% from 255) = 36.54%
R=23.88%
G=39.58%
B=36.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492472280.4000.080.03168.3785.9677.65
Hex95F7E428083a8564e
Octal225367344500103250126116
Binary10010101111101111110010010100001000111010100010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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