#04A581

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

Shades of Free Speech Aquamarine #04A581

Tints of Free Speech Aquamarine #04A581

Color information

#04A581 (or 0x04A581) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, A5 and 81. RGB value is (4,165,129). Sum of RGB (Red+Green+Blue) = 4+165+129=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 165 (64.84% from 255 or 55.37% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 165 - color contains mainly: green. Hex color #04A581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A581 is #FB5A7E. Grayscale: #707070. Windows color (decimal): -16472703 or 8496388. OLE color: 8496388.

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

Color convert

RGB4165129-
CMYK0.9800.220.35
HSL166.58º95.27%33.14%-
HSV(B)166.58º97.58%64.71%-
XYZ17.4728.5225.35-
YUV112.76137.1650.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.34%
GREEN value IS 165 (64.84% from 255) = 55.37%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=1.34%
G=55.37%
B=43.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41651290.9800.220.35166.5895.2733.14
Hex4A5816201623a75f21
Octal42452011420264324713741
Binary10010100101100000011100010010110100011101001111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,165,129); }

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

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

 a { background-color: rgb(4,165,129); }

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

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

 span { border-color: rgb(4,165,129); }

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