#04A87C

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

Shades of Free Speech Aquamarine #04A87C

Tints of Free Speech Aquamarine #04A87C

Color information

#04A87C (or 0x04A87C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, A8 and 7C. RGB value is (4,168,124). Sum of RGB (Red+Green+Blue) = 4+168+124=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 168 (66.02% from 255 or 56.76% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 168 - color contains mainly: green. Hex color #04A87C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A87C is #FB5783. Grayscale: #717171. Windows color (decimal): -16471940 or 8169476. OLE color: 8169476.

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

Color convert

RGB4168124-
CMYK0.9800.260.34
HSL163.9º95.35%33.73%-
HSV(B)163.9º97.62%65.88%-
XYZ17.6929.4923.83-
YUV113.95133.6749.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.35%
GREEN value IS 168 (66.02% from 255) = 56.76%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=1.35%
G=56.76%
B=41.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal41681240.9800.260.34163.995.3533.73
Hex4A87C6201A22a45f22
Octal42501741420324224413742
Binary1001010100011111001100010011010100010101001001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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