#96F6E3

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

Shades of Aquamarine #96F6E3

Tints of Aquamarine #96F6E3

Color information

#96F6E3 (or 0x96F6E3) is unknown color: approx Aquamarine. HEX triplet: 96, F6 and E3. RGB value is (150,246,227). Sum of RGB (Red+Green+Blue) = 150+246+227=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #96F6E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F6E3 is #69091C. Grayscale: #D7D7D7. Windows color (decimal): -6883613 or 14939798. OLE color: 14939798.

HSL color Cylindrical-coordinate representation of color #96F6E3: hue angle of 168.12º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F6E3 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB150246227-
CMYK0.3900.080.04
HSL168.12º84.21%77.65%-
HSV(B)168.12º39.02%96.47%-
XYZ59.477.9484.59-
YUV215.13134.781.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.08%
GREEN value IS 246 (96.48% from 255) = 39.49%
BLUE value IS 227 (89.06% from 255) = 36.44%
R=24.08%
G=39.49%
B=36.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502462270.3900.080.04168.1284.2177.65
Hex96F6E327084a8544e
Octal226366343470104250124116
Binary100101101111011011100011100111010001001010100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F6E3; }

 p { color: rgb(150,246,227); }

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

<style>
 a { background-color: #96F6E3; }

 a { background-color: rgb(150,246,227); }

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

<style>
 span { border-color: #96F6E3; }

 span { border-color: rgb(150,246,227); }

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