#04A273

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

Shades of Free Speech Aquamarine #04A273

Tints of Free Speech Aquamarine #04A273

Color information

#04A273 (or 0x04A273) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, A2 and 73. RGB value is (4,162,115). Sum of RGB (Red+Green+Blue) = 4+162+115=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #04A273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A273 is #FB5D8C. Grayscale: #6D6D6D. Windows color (decimal): -16473485 or 7578116. OLE color: 7578116.

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

Color convert

RGB4162115-
CMYK0.9800.290.36
HSL162.15º95.18%32.55%-
HSV(B)162.15º97.53%63.53%-
XYZ16.0627.120.6-
YUV109.4131.1552.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.42%
GREEN value IS 162 (63.67% from 255) = 57.65%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=1.42%
G=57.65%
B=40.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41621150.9800.290.36162.1595.1832.55
Hex4A2736201D24a25f21
Octal42421631420354424213741
Binary1001010001011100111100010011101100100101000101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,162,115); }

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

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

 a { background-color: rgb(4,162,115); }

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

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

 span { border-color: rgb(4,162,115); }

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