#009F6F

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

Shades of Free Speech Aquamarine #009F6F

Tints of Free Speech Aquamarine #009F6F

Color information

#009F6F (or 0x009F6F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9F and 6F. RGB value is (0,159,111). Sum of RGB (Red+Green+Blue) = 0+159+111=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 159 (62.5% from 255 or 58.89% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 159 - color contains mainly: green. Hex color #009F6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009F6F is #FF6090. Grayscale: #6A6A6A. Windows color (decimal): -16736401 or 7315200. OLE color: 7315200.

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

Color convert

RGB0159111-
CMYK100.300.38
HSL161.89º100%31.18%-
HSV(B)161.89º100%62.35%-
XYZ15.2725.9419.24-
YUV105.99130.8252.4-

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) = 58.89%
BLUE value IS 111 (43.75% from 255) = 41.11%
R=0%
G=58.89%
B=41.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0159111100.300.38161.8910031.18
Hex09F6F6401E26a2641f
Octal02371571440364624214437
Binary0100111111101111110010001111010011010100010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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