#04AD81

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

Shades of Free Speech Aquamarine #04AD81

Tints of Free Speech Aquamarine #04AD81

Color information

#04AD81 (or 0x04AD81) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, AD and 81. RGB value is (4,173,129). Sum of RGB (Red+Green+Blue) = 4+173+129=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AD81 is #FB527E. Grayscale: #757575. Windows color (decimal): -16470655 or 8498436. OLE color: 8498436.

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

Color convert

RGB4173129-
CMYK0.9800.250.32
HSL164.38º95.48%34.71%-
HSV(B)164.38º97.69%67.84%-
XYZ18.9631.525.85-
YUV117.45134.5147.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 173 (67.97% from 255) = 56.54%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=1.31%
G=56.54%
B=42.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41731290.9800.250.32164.3895.4834.71
Hex4AD816201920a45f23
Octal42552011420314024413743
Binary10010101101100000011100010011001100000101001001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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