#039674

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

Shades of Free Speech Aquamarine #039674

Tints of Free Speech Aquamarine #039674

Color information

#039674 (or 0x039674) is unknown color: approx Free Speech Aquamarine. HEX triplet: 03, 96 and 74. RGB value is (3,150,116). Sum of RGB (Red+Green+Blue) = 3+150+116=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #039674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039674 is #FC698B. Grayscale: #666666. Windows color (decimal): -16542092 or 7640579. OLE color: 7640579.

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

Color convert

RGB3150116-
CMYK0.9800.230.41
HSL166.12º96.08%30%-
HSV(B)166.12º98%58.82%-
XYZ14.123.0920.24-
YUV102.17135.857.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 116 (45.70% from 255) = 43.12%
R=1.12%
G=55.76%
B=43.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31501160.9800.230.41166.1296.0830
Hex396746201729a6601e
Octal32261641420275124614036
Binary11100101101110100110001001011110100110100110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039674; }

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

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

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

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

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

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

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

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