#95FED1

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

Shades of Aquamarine #95FED1

Tints of Aquamarine #95FED1

Color information

#95FED1 (or 0x95FED1) is unknown color: approx Aquamarine. HEX triplet: 95, FE and D1. RGB value is (149,254,209). Sum of RGB (Red+Green+Blue) = 149+254+209=612 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.35% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #95FED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FED1 is #6A012E. Grayscale: #D9D9D9. Windows color (decimal): -6947119 or 13762197. OLE color: 13762197.

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

Color convert

RGB149254209-
CMYK0.4100.180.00
HSL154.29º98.13%79.02%-
HSV(B)154.29º41.34%99.61%-
XYZ59.3481.8873-
YUV217.47123.2179.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.35%
GREEN value IS 254 (99.61% from 255) = 41.50%
BLUE value IS 209 (82.03% from 255) = 34.15%
R=24.35%
G=41.50%
B=34.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492542090.4100.180.00154.2998.1379.02
Hex95FED12901209a624f
Octal225376321510220232142117
Binary10010101111111101101000110100101001001001101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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