#029B77

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

Shades of Free Speech Aquamarine #029B77

Tints of Free Speech Aquamarine #029B77

Color information

#029B77 (or 0x029B77) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 9B and 77. RGB value is (2,155,119). Sum of RGB (Red+Green+Blue) = 2+155+119=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #029B77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029B77 is #FD6488. Grayscale: #696969. Windows color (decimal): -16606345 or 7838466. OLE color: 7838466.

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

Color convert

RGB2155119-
CMYK0.9900.230.39
HSL165.88º97.45%30.78%-
HSV(B)165.88º98.71%60.78%-
XYZ15.0824.7921.44-
YUV105.15135.8154.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 155 (60.94% from 255) = 56.16%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=0.72%
G=56.16%
B=43.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21551190.9900.230.39165.8897.4530.78
Hex29B776301727a6611f
Octal22331671430274724614137
Binary10100110111110111110001101011110011110100110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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