#009F7F

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

Shades of Free Speech Aquamarine #009F7F

Tints of Free Speech Aquamarine #009F7F

Color information

#009F7F (or 0x009F7F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9F and 7F. RGB value is (0,159,127). Sum of RGB (Red+Green+Blue) = 0+159+127=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #009F7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009F7F is #FF6080. Grayscale: #6B6B6B. Windows color (decimal): -16736385 or 8363776. OLE color: 8363776.

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

Color convert

RGB0159127-
CMYK100.200.38
HSL167.92º100%31.18%-
HSV(B)167.92º100%62.35%-
XYZ16.2326.3324.31-
YUV107.81138.8251.1-

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) = 55.59%
BLUE value IS 127 (50% from 255) = 44.41%
R=0%
G=55.59%
B=44.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0159127100.200.38167.9210031.18
Hex09F7F6401426a8641f
Octal02371771440244625014437
Binary0100111111111111110010001010010011010101000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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