#009B79

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

Shades of Free Speech Aquamarine #009B79

Tints of Free Speech Aquamarine #009B79

Color information

#009B79 (or 0x009B79) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9B and 79. RGB value is (0,155,121). Sum of RGB (Red+Green+Blue) = 0+155+121=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #009B79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009B79 is #FF6486. Grayscale: #686868. Windows color (decimal): -16737415 or 7969536. OLE color: 7969536.

HSL color Cylindrical-coordinate representation of color #009B79: hue angle of 166.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B79 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB0155121-
CMYK100.220.39
HSL166.84º100%30.39%-
HSV(B)166.84º100%60.78%-
XYZ15.1724.8222.08-
YUV104.78137.1553.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 155 (60.94% from 255) = 56.16%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=0%
G=56.16%
B=43.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0155121100.220.39166.8410030.39
Hex09B796401627a7641e
Octal02331711440264724714436
Binary0100110111111001110010001011010011110100111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009B79; }

 p { color: rgb(0,155,121); }

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

<style>
 a { background-color: #009B79; }

 a { background-color: rgb(0,155,121); }

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

<style>
 span { border-color: #009B79; }

 span { border-color: rgb(0,155,121); }

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