#03976C

Color #03976C Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #03976C

Tints of Free Speech Aquamarine #03976C

Color information

#03976C (or 0x03976C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 03, 97 and 6C. RGB value is (3,151,108). Sum of RGB (Red+Green+Blue) = 3+151+108=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 151 (59.38% from 255 or 57.63% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 151 - color contains mainly: green. Hex color #03976C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03976C is #FC6893. Grayscale: #656565. Windows color (decimal): -16541844 or 7116547. OLE color: 7116547.

HSL color Cylindrical-coordinate representation of color #03976C: hue angle of 162.57º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03976C is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB3151108-
CMYK0.9800.280.41
HSL162.57º96.1%30.2%-
HSV(B)162.57º98.01%59.22%-
XYZ13.8123.2417.94-
YUV101.85131.4757.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 151 (59.38% from 255) = 57.63%
BLUE value IS 108 (42.58% from 255) = 41.22%
R=1.15%
G=57.63%
B=41.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31511080.9800.280.41162.5796.130.2
Hex3976C6201C29a3601e
Octal32271541420345124314036
Binary11100101111101100110001001110010100110100011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03976C; }

 p { color: rgb(3,151,108); }

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

<style>
 a { background-color: #03976C; }

 a { background-color: rgb(3,151,108); }

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

<style>
 span { border-color: #03976C; }

 span { border-color: rgb(3,151,108); }

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