#95FED4

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

Shades of Aquamarine #95FED4

Tints of Aquamarine #95FED4

Color information

#95FED4 (or 0x95FED4) is unknown color: approx Aquamarine. HEX triplet: 95, FE and D4. RGB value is (149,254,212). Sum of RGB (Red+Green+Blue) = 149+254+212=615 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.23% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #95FED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FED4 is #6A012B. Grayscale: #D9D9D9. Windows color (decimal): -6947116 or 13958805. OLE color: 13958805.

HSL color Cylindrical-coordinate representation of color #95FED4: hue angle of 156º 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 #95FED4 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB149254212-
CMYK0.4100.170.00
HSL156º98.13%79.02%-
HSV(B)156º41.34%99.61%-
XYZ59.7282.0374.97-
YUV217.82124.7178.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.23%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 212 (83.20% from 255) = 34.47%
R=24.23%
G=41.30%
B=34.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492542120.4100.170.0015698.1379.02
Hex95FED42901109c624f
Octal225376324510210234142117
Binary10010101111111101101010010100101000101001110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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