#0FA070

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

Shades of Free Speech Aquamarine #0FA070

Tints of Free Speech Aquamarine #0FA070

Color information

#0FA070 (or 0x0FA070) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, A0 and 70. RGB value is (15,160,112). Sum of RGB (Red+Green+Blue) = 15+160+112=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA070 is #F05F8F. Grayscale: #6F6F6F. Windows color (decimal): -15753104 or 7381007. OLE color: 7381007.

HSL color Cylindrical-coordinate representation of color #0FA070: hue angle of 160.14º 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 #0FA070 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB15160112-
CMYK0.9100.300.37
HSL160.14º82.86%34.31%-
HSV(B)160.14º90.62%62.75%-
XYZ15.6926.4119.6-
YUV111.17128.4659.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 160 (62.89% from 255) = 55.75%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=5.23%
G=55.75%
B=39.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal151601120.9100.300.37160.1482.8634.31
HexFA0705B01E25a05322
Octal172401601330364524012342
Binary11111010000011100001011011011110100101101000001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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