#0F987E

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

Shades of Free Speech Aquamarine #0F987E

Tints of Free Speech Aquamarine #0F987E

Color information

#0F987E (or 0x0F987E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, 98 and 7E. RGB value is (15,152,126). Sum of RGB (Red+Green+Blue) = 15+152+126=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #0F987E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F987E is #F06781. Grayscale: #6C6C6C. Windows color (decimal): -15755138 or 8296463. OLE color: 8296463.

HSL color Cylindrical-coordinate representation of color #0F987E: hue angle of 168.61º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F987E is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB15152126-
CMYK0.9000.170.40
HSL168.61º82.04%32.75%-
HSV(B)168.61º90.13%59.61%-
XYZ15.1924.0623.58-
YUV108.07138.1161.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.12%
GREEN value IS 152 (59.77% from 255) = 51.88%
BLUE value IS 126 (49.61% from 255) = 43.00%
R=5.12%
G=51.88%
B=43.00%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151521260.9000.170.40168.6182.0432.75
HexF987E5A01128a95221
Octal172301761320215025112241
Binary11111001100011111101011010010001101000101010011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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