#04A674

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

Shades of Free Speech Aquamarine #04A674

Tints of Free Speech Aquamarine #04A674

Color information

#04A674 (or 0x04A674) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, A6 and 74. RGB value is (4,166,116). Sum of RGB (Red+Green+Blue) = 4+166+116=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #04A674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A674 is #FB598B. Grayscale: #6F6F6F. Windows color (decimal): -16472460 or 7644676. OLE color: 7644676.

HSL color Cylindrical-coordinate representation of color #04A674: hue angle of 161.48º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A674 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB4166116-
CMYK0.9800.300.35
HSL161.48º95.29%33.33%-
HSV(B)161.48º97.59%65.1%-
XYZ16.8428.5621.15-
YUV111.86130.3351.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 166 (65.23% from 255) = 58.04%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=1.40%
G=58.04%
B=40.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41661160.9800.300.35161.4895.2933.33
Hex4A6746201E23a15f21
Octal42461641420364324113741
Binary1001010011011101001100010011110100011101000011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04A674; }

 p { color: rgb(4,166,116); }

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

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

 a { background-color: rgb(4,166,116); }

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

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

 span { border-color: rgb(4,166,116); }

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