#0fa37e

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

Shades of Free Speech Aquamarine #0FA37E

Tints of Free Speech Aquamarine #0FA37E

Color information

#0FA37E (or 0x0FA37E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, A3 and 7E. RGB value is (15,163,126). Sum of RGB (Red+Green+Blue) = 15+163+126=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA37E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA37E is #F05C81. Grayscale: #727272. Windows color (decimal): -15752322 or 8299279. OLE color: 8299279.

HSL color Cylindrical-coordinate representation of color #0FA37E: hue angle of 165º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA37E is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB15163126-
CMYK0.9100.230.36
HSL165º83.15%34.9%-
HSV(B)165º90.8%63.92%-
XYZ17.0627.824.21-
YUV114.53134.4757.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.93%
GREEN value IS 163 (64.06% from 255) = 53.62%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=4.93%
G=53.62%
B=41.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151631260.9100.230.3616583.1534.9
HexFA37E5B01724a55323
Octal172431761330274424512343
Binary11111010001111111101011011010111100100101001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fa37e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,163,126); }

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

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

 a { background-color: rgb(15,163,126); }

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

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

 span { border-color: rgb(15,163,126); }

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