#04A06F

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

Shades of Free Speech Aquamarine #04A06F

Tints of Free Speech Aquamarine #04A06F

Color information

#04A06F (or 0x04A06F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, A0 and 6F. RGB value is (4,160,111). Sum of RGB (Red+Green+Blue) = 4+160+111=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 160 (62.89% from 255 or 58.18% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 160 - color contains mainly: green. Hex color #04A06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A06F is #FB5F90. Grayscale: #6B6B6B. Windows color (decimal): -16474001 or 7315460. OLE color: 7315460.

HSL color Cylindrical-coordinate representation of color #04A06F: hue angle of 161.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A06F is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB4160111-
CMYK0.9800.310.37
HSL161.15º95.12%32.16%-
HSV(B)161.15º97.5%62.75%-
XYZ15.4926.3219.3-
YUV107.77129.8253.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 160 (62.89% from 255) = 58.18%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=1.45%
G=58.18%
B=40.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41601110.9800.310.37161.1595.1232.16
Hex4A06F6201F25a15f20
Octal42401571420374524113740
Binary1001010000011011111100010011111100101101000011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,160,111); }

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

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

 a { background-color: rgb(4,160,111); }

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

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

 span { border-color: rgb(4,160,111); }

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