#009B76

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

Shades of Free Speech Aquamarine #009B76

Tints of Free Speech Aquamarine #009B76

Color information

#009B76 (or 0x009B76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9B and 76. RGB value is (0,155,118). Sum of RGB (Red+Green+Blue) = 0+155+118=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #009B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009B76 is #FF6489. Grayscale: #686868. Windows color (decimal): -16737418 or 7772928. OLE color: 7772928.

HSL color Cylindrical-coordinate representation of color #009B76: hue angle of 165.68º 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 #009B76 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB0155118-
CMYK100.240.39
HSL165.68º100%30.39%-
HSV(B)165.68º100%60.78%-
XYZ14.9924.7521.13-
YUV104.44135.6553.51-

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.78%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=0%
G=56.78%
B=43.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0155118100.240.39165.6810030.39
Hex09B766401827a6641e
Octal02331661440304724614436
Binary0100110111110110110010001100010011110100110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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