#03966F

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

Shades of Free Speech Aquamarine #03966F

Tints of Free Speech Aquamarine #03966F

Color information

#03966F (or 0x03966F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 03, 96 and 6F. RGB value is (3,150,111). Sum of RGB (Red+Green+Blue) = 3+150+111=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #03966F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03966F is #FC6990. Grayscale: #656565. Windows color (decimal): -16542097 or 7312899. OLE color: 7312899.

HSL color Cylindrical-coordinate representation of color #03966F: hue angle of 164.08º 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 #03966F is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB3150111-
CMYK0.9800.260.41
HSL164.08º96.08%30%-
HSV(B)164.08º98%58.82%-
XYZ13.8122.9818.75-
YUV101.6133.357.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 150 (58.98% from 255) = 56.82%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=1.14%
G=56.82%
B=42.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31501110.9800.260.41164.0896.0830
Hex3966F6201A29a4601e
Octal32261571420325124414036
Binary11100101101101111110001001101010100110100100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03966F; }

 p { color: rgb(3,150,111); }

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

<style>
 a { background-color: #03966F; }

 a { background-color: rgb(3,150,111); }

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

<style>
 span { border-color: #03966F; }

 span { border-color: rgb(3,150,111); }

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