#95FECE

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

Shades of Aquamarine #95FECE

Tints of Aquamarine #95FECE

Color information

#95FECE (or 0x95FECE) is unknown color: approx Aquamarine. HEX triplet: 95, FE and CE. RGB value is (149,254,206). Sum of RGB (Red+Green+Blue) = 149+254+206=609 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.47% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #95FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FECE is #6A0131. Grayscale: #D9D9D9. Windows color (decimal): -6947122 or 13565589. OLE color: 13565589.

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

Color convert

RGB149254206-
CMYK0.4100.190.00
HSL152.57º98.13%79.02%-
HSV(B)152.57º41.34%99.61%-
XYZ58.9881.7371.06-
YUV217.13121.7179.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.47%
GREEN value IS 254 (99.61% from 255) = 41.71%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=24.47%
G=41.71%
B=33.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492542060.4100.190.00152.5798.1379.02
Hex95FECE29013099624f
Octal225376316510230231142117
Binary10010101111111101100111010100101001101001100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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