#029A80

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

Shades of Free Speech Aquamarine #029A80

Tints of Free Speech Aquamarine #029A80

Color information

#029A80 (or 0x029A80) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 9A and 80. RGB value is (2,154,128). Sum of RGB (Red+Green+Blue) = 2+154+128=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #029A80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029A80 is #FD657F. Grayscale: #696969. Windows color (decimal): -16606592 or 8428034. OLE color: 8428034.

HSL color Cylindrical-coordinate representation of color #029A80: hue angle of 169.74º 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 #029A80 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB2154128-
CMYK0.9900.170.40
HSL169.74º97.44%30.59%-
HSV(B)169.74º98.7%60.39%-
XYZ15.4824.6824.37-
YUV105.59140.6454.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 154 (60.55% from 255) = 54.23%
BLUE value IS 128 (50.39% from 255) = 45.07%
R=0.70%
G=54.23%
B=45.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21541280.9900.170.40169.7497.4430.59
Hex29A806301128aa611f
Octal22322001430215025214137
Binary101001101010000000110001101000110100010101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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