#04A876

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

Shades of Free Speech Aquamarine #04A876

Tints of Free Speech Aquamarine #04A876

Color information

#04A876 (or 0x04A876) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, A8 and 76. RGB value is (4,168,118). Sum of RGB (Red+Green+Blue) = 4+168+118=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #04A876 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A876 is #FB5789. Grayscale: #717171. Windows color (decimal): -16471946 or 7776260. OLE color: 7776260.

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

Color convert

RGB4168118-
CMYK0.9800.300.34
HSL161.71º95.35%33.73%-
HSV(B)161.71º97.62%65.88%-
XYZ17.3229.3421.89-
YUV113.26130.6750.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 168 (66.02% from 255) = 57.93%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=1.38%
G=57.93%
B=40.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal41681180.9800.300.34161.7195.3533.73
Hex4A8766201E22a25f22
Octal42501661420364224213742
Binary1001010100011101101100010011110100010101000101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,168,118); }

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

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

 a { background-color: rgb(4,168,118); }

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

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

 span { border-color: rgb(4,168,118); }

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