#95FEDC

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

Shades of Aquamarine #95FEDC

Tints of Aquamarine #95FEDC

Color information

#95FEDC (or 0x95FEDC) is unknown color: approx Aquamarine. HEX triplet: 95, FE and DC. RGB value is (149,254,220). Sum of RGB (Red+Green+Blue) = 149+254+220=623 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.92% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #95FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FEDC is #6A0123. Grayscale: #DADADA. Windows color (decimal): -6947108 or 14483093. OLE color: 14483093.

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

Color convert

RGB149254220-
CMYK0.4100.130.00
HSL160.57º98.13%79.02%-
HSV(B)160.57º41.34%99.61%-
XYZ60.7582.4480.42-
YUV218.73128.7178.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.92%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=23.92%
G=40.77%
B=35.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492542200.4100.130.00160.5798.1379.02
Hex95FEDC290D0a1624f
Octal225376334510150241142117
Binary1001010111111110110111001010010110101010000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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