#0FA072

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

Shades of Free Speech Aquamarine #0FA072

Tints of Free Speech Aquamarine #0FA072

Color information

#0FA072 (or 0x0FA072) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, A0 and 72. RGB value is (15,160,114). Sum of RGB (Red+Green+Blue) = 15+160+114=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA072 is #F05F8D. Grayscale: #6F6F6F. Windows color (decimal): -15753102 or 7512079. OLE color: 7512079.

HSL color Cylindrical-coordinate representation of color #0FA072: hue angle of 160.97º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA072 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB15160114-
CMYK0.9100.290.37
HSL160.97º82.86%34.31%-
HSV(B)160.97º90.62%62.75%-
XYZ15.8126.4620.19-
YUV111.4129.4659.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.19%
GREEN value IS 160 (62.89% from 255) = 55.36%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=5.19%
G=55.36%
B=39.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal151601140.9100.290.37160.9782.8634.31
HexFA0725B01D25a15322
Octal172401621330354524112342
Binary11111010000011100101011011011101100101101000011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,160,114); }

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

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

 a { background-color: rgb(15,160,114); }

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

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

 span { border-color: rgb(15,160,114); }

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