#0FA084

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

Shades of Free Speech Aquamarine #0FA084

Tints of Free Speech Aquamarine #0FA084

Color information

#0FA084 (or 0x0FA084) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, A0 and 84. RGB value is (15,160,132). Sum of RGB (Red+Green+Blue) = 15+160+132=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA084 is #F05F7B. Grayscale: #717171. Windows color (decimal): -15753084 or 8691727. OLE color: 8691727.

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

Color convert

RGB15160132-
CMYK0.9100.170.37
HSL168.41º82.86%34.31%-
HSV(B)168.41º90.62%62.75%-
XYZ16.9326.9126.13-
YUV113.45138.4657.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.89%
GREEN value IS 160 (62.89% from 255) = 52.12%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=4.89%
G=52.12%
B=43.00%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal151601320.9100.170.37168.4182.8634.31
HexFA0845B01125a85322
Octal172402041330214525012342
Binary111110100000100001001011011010001100101101010001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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