#95F8E5

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

Shades of Aquamarine #95F8E5

Tints of Aquamarine #95F8E5

Color information

#95F8E5 (or 0x95F8E5) is unknown color: approx Aquamarine. HEX triplet: 95, F8 and E5. RGB value is (149,248,229). Sum of RGB (Red+Green+Blue) = 149+248+229=626 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.80% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #95F8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F8E5 is #6A071A. Grayscale: #D8D8D8. Windows color (decimal): -6948635 or 15071381. OLE color: 15071381.

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

Color convert

RGB149248229-
CMYK0.4000.080.03
HSL168.48º87.61%77.84%-
HSV(B)168.48º39.92%97.25%-
XYZ60.179.1886.24-
YUV216.23135.280.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.80%
GREEN value IS 248 (97.27% from 255) = 39.62%
BLUE value IS 229 (89.84% from 255) = 36.58%
R=23.80%
G=39.62%
B=36.58%

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
Decimal1492482290.4000.080.03168.4887.6177.84
Hex95F8E528083a8584e
Octal225370345500103250130116
Binary10010101111110001110010110100001000111010100010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,248,229); }

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

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

 a { background-color: rgb(149,248,229); }

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

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

 span { border-color: rgb(149,248,229); }

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