#029A73

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

Shades of Free Speech Aquamarine #029A73

Tints of Free Speech Aquamarine #029A73

Color information

#029A73 (or 0x029A73) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 9A and 73. RGB value is (2,154,115). Sum of RGB (Red+Green+Blue) = 2+154+115=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #029A73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029A73 is #FD658C. Grayscale: #686868. Windows color (decimal): -16606605 or 7576066. OLE color: 7576066.

HSL color Cylindrical-coordinate representation of color #029A73: hue angle of 164.61º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029A73 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB2154115-
CMYK0.9900.250.40
HSL164.61º97.44%30.59%-
HSV(B)164.61º98.7%60.39%-
XYZ14.6824.3620.15-
YUV104.11134.1455.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 154 (60.55% from 255) = 56.83%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=0.74%
G=56.83%
B=42.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21541150.9900.250.40164.6197.4430.59
Hex29A736301928a5611f
Octal22321631430315024514137
Binary10100110101110011110001101100110100010100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029A73; }

 p { color: rgb(2,154,115); }

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

<style>
 a { background-color: #029A73; }

 a { background-color: rgb(2,154,115); }

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

<style>
 span { border-color: #029A73; }

 span { border-color: rgb(2,154,115); }

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