#029A6B

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

Shades of Free Speech Aquamarine #029A6B

Tints of Free Speech Aquamarine #029A6B

Color information

#029A6B (or 0x029A6B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 9A and 6B. RGB value is (2,154,107). Sum of RGB (Red+Green+Blue) = 2+154+107=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 154 (60.55% from 255 or 58.56% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 154 - color contains mainly: green. Hex color #029A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029A6B is #FD6594. Grayscale: #676767. Windows color (decimal): -16606613 or 7051778. OLE color: 7051778.

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

Color convert

RGB2154107-
CMYK0.9900.310.40
HSL161.45º97.44%30.59%-
HSV(B)161.45º98.7%60.39%-
XYZ14.2324.1917.83-
YUV103.19130.1455.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 154 (60.55% from 255) = 58.56%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=0.76%
G=58.56%
B=40.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21541070.9900.310.40161.4597.4430.59
Hex29A6B6301F28a1611f
Octal22321531430375024114137
Binary10100110101101011110001101111110100010100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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