#029e73

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

Shades of Free Speech Aquamarine #029E73

Tints of Free Speech Aquamarine #029E73

Color information

#029E73 (or 0x029E73) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 9E and 73. RGB value is (2,158,115). Sum of RGB (Red+Green+Blue) = 2+158+115=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 158 (62.11% from 255 or 57.45% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 158 - color contains mainly: green. Hex color #029E73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029E73 is #FD618C. Grayscale: #6A6A6A. Windows color (decimal): -16605581 or 7577090. OLE color: 7577090.

HSL color Cylindrical-coordinate representation of color #029E73: hue angle of 163.46º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029E73 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB2158115-
CMYK0.9900.270.38
HSL163.46º97.5%31.37%-
HSV(B)163.46º98.73%61.96%-
XYZ15.3525.720.37-
YUV106.45132.8253.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 158 (62.11% from 255) = 57.45%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=0.73%
G=57.45%
B=41.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21581150.9900.270.38163.4697.531.37
Hex29E736301B26a3621f
Octal22361631430334624314237
Binary10100111101110011110001101101110011010100011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029e73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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