#95F9E7

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

Shades of Aquamarine #95F9E7

Tints of Aquamarine #95F9E7

Color information

#95F9E7 (or 0x95F9E7) is unknown color: approx Aquamarine. HEX triplet: 95, F9 and E7. RGB value is (149,249,231). Sum of RGB (Red+Green+Blue) = 149+249+231=629 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.69% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F9E7 is #6A0618. Grayscale: #D9D9D9. Windows color (decimal): -6948377 or 15202709. OLE color: 15202709.

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

Color convert

RGB149249231-
CMYK0.4000.070.02
HSL169.2º89.29%78.04%-
HSV(B)169.2º40.16%97.65%-
XYZ60.6979.9187.83-
YUV217.05135.8779.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.69%
GREEN value IS 249 (97.66% from 255) = 39.59%
BLUE value IS 231 (90.62% from 255) = 36.72%
R=23.69%
G=39.59%
B=36.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492492310.4000.070.02169.289.2978.04
Hex95F9E728072a9594e
Octal22537134750072251131116
Binary1001010111111001111001111010000111101010100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,249,231); }

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

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

 a { background-color: rgb(149,249,231); }

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

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

 span { border-color: rgb(149,249,231); }

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