#95FED8

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

Shades of Aquamarine #95FED8

Tints of Aquamarine #95FED8

Color information

#95FED8 (or 0x95FED8) is unknown color: approx Aquamarine. HEX triplet: 95, FE and D8. RGB value is (149,254,216). Sum of RGB (Red+Green+Blue) = 149+254+216=619 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.07% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #95FED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FED8 is #6A0127. Grayscale: #DADADA. Windows color (decimal): -6947112 or 14220949. OLE color: 14220949.

HSL color Cylindrical-coordinate representation of color #95FED8: hue angle of 158.29º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FED8 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB149254216-
CMYK0.4100.150.00
HSL158.29º98.13%79.02%-
HSV(B)158.29º41.34%99.61%-
XYZ60.2382.2377.66-
YUV218.27126.7178.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.07%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 216 (84.77% from 255) = 34.89%
R=24.07%
G=41.03%
B=34.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492542160.4100.150.00158.2998.1379.02
Hex95FED8290F09e624f
Octal225376330510170236142117
Binary1001010111111110110110001010010111101001111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,254,216); }

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

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

 a { background-color: rgb(149,254,216); }

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

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

 span { border-color: rgb(149,254,216); }

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