#04A275

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

Shades of Free Speech Aquamarine #04A275

Tints of Free Speech Aquamarine #04A275

Color information

#04A275 (or 0x04A275) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, A2 and 75. RGB value is (4,162,117). Sum of RGB (Red+Green+Blue) = 4+162+117=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 162 (63.67% from 255 or 57.24% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 162 - color contains mainly: green. Hex color #04A275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A275 is #FB5D8A. Grayscale: #6D6D6D. Windows color (decimal): -16473483 or 7709188. OLE color: 7709188.

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

Color convert

RGB4162117-
CMYK0.9800.280.36
HSL162.91º95.18%32.55%-
HSV(B)162.91º97.53%63.53%-
XYZ16.1827.1521.22-
YUV109.63132.1552.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 162 (63.67% from 255) = 57.24%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=1.41%
G=57.24%
B=41.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41621170.9800.280.36162.9195.1832.55
Hex4A2756201C24a35f21
Octal42421651420344424313741
Binary1001010001011101011100010011100100100101000111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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