#009F76

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

Shades of Free Speech Aquamarine #009F76

Tints of Free Speech Aquamarine #009F76

Color information

#009F76 (or 0x009F76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9F and 76. RGB value is (0,159,118). Sum of RGB (Red+Green+Blue) = 0+159+118=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #009F76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009F76 is #FF6089. Grayscale: #6A6A6A. Windows color (decimal): -16736394 or 7773952. OLE color: 7773952.

HSL color Cylindrical-coordinate representation of color #009F76: hue angle of 164.53º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009F76 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB0159118-
CMYK100.260.38
HSL164.53º100%31.18%-
HSV(B)164.53º100%62.35%-
XYZ15.6726.121.35-
YUV106.78134.3251.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 159 (62.5% from 255) = 57.40%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=0%
G=57.40%
B=42.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0159118100.260.38164.5310031.18
Hex09F766401A26a5641f
Octal02371661440324624514437
Binary0100111111110110110010001101010011010100101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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