#029B76

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

Shades of Free Speech Aquamarine #029B76

Tints of Free Speech Aquamarine #029B76

Color information

#029B76 (or 0x029B76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 9B and 76. RGB value is (2,155,118). Sum of RGB (Red+Green+Blue) = 2+155+118=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #029B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029B76 is #FD6489. Grayscale: #696969. Windows color (decimal): -16606346 or 7772930. OLE color: 7772930.

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

Color convert

RGB2155118-
CMYK0.9900.240.39
HSL165.49º97.45%30.78%-
HSV(B)165.49º98.71%60.78%-
XYZ15.0224.7621.13-
YUV105.04135.3154.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 155 (60.94% from 255) = 56.36%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=0.73%
G=56.36%
B=42.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21551180.9900.240.39165.4997.4530.78
Hex29B766301827a5611f
Octal22331661430304724514137
Binary10100110111110110110001101100010011110100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,155,118); }

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

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

 a { background-color: rgb(2,155,118); }

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

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

 span { border-color: rgb(2,155,118); }

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