#0f967f

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

Shades of Free Speech Aquamarine #0F967F

Tints of Free Speech Aquamarine #0F967F

Color information

#0F967F (or 0x0F967F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, 96 and 7F. RGB value is (15,150,127). Sum of RGB (Red+Green+Blue) = 15+150+127=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #0F967F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F967F is #F06980. Grayscale: #6A6A6A. Windows color (decimal): -15755649 or 8361487. OLE color: 8361487.

HSL color Cylindrical-coordinate representation of color #0F967F: hue angle of 169.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F967F is Cyan = 0.9, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15150127-
CMYK0.900.150.41
HSL169.78º81.82%32.35%-
HSV(B)169.78º90%58.82%-
XYZ14.9323.4523.82-
YUV107.01139.2762.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.14%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 127 (50% from 255) = 43.49%
R=5.14%
G=51.37%
B=43.49%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151501270.900.150.41169.7881.8232.35
HexF967F5A0F29aa5220
Octal172261771320175125212240
Binary1111100101101111111101101001111101001101010101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f967f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0f967f; }

 p { color: rgb(15,150,127); }

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

<style>
 a { background-color: #0f967f; }

 a { background-color: rgb(15,150,127); }

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

<style>
 span { border-color: #0f967f; }

 span { border-color: rgb(15,150,127); }

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