#95F4E3

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

Shades of Aquamarine #95F4E3

Tints of Aquamarine #95F4E3

Color information

#95F4E3 (or 0x95F4E3) is unknown color: approx Aquamarine. HEX triplet: 95, F4 and E3. RGB value is (149,244,227). Sum of RGB (Red+Green+Blue) = 149+244+227=620 (82% of max value = 765). Red value is 149 (58.59% from 255 or 24.03% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 244 - color contains mainly: green. Hex color #95F4E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F4E3 is #6A0B1C. Grayscale: #D5D5D5. Windows color (decimal): -6949661 or 14939285. OLE color: 14939285.

HSL color Cylindrical-coordinate representation of color #95F4E3: hue angle of 169.26º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F4E3 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB149244227-
CMYK0.3900.070.04
HSL169.26º81.2%77.06%-
HSV(B)169.26º38.93%95.69%-
XYZ58.6176.6484.38-
YUV213.66135.5381.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.03%
GREEN value IS 244 (95.70% from 255) = 39.35%
BLUE value IS 227 (89.06% from 255) = 36.61%
R=24.03%
G=39.35%
B=36.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492442270.3900.070.04169.2681.277.06
Hex95F4E327074a9514d
Octal22536434347074251121115
Binary10010101111101001110001110011101111001010100110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,244,227); }

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

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

 a { background-color: rgb(149,244,227); }

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

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

 span { border-color: rgb(149,244,227); }

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