#0B987E

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

Shades of Free Speech Aquamarine #0B987E

Tints of Free Speech Aquamarine #0B987E

Color information

#0B987E (or 0x0B987E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0B, 98 and 7E. RGB value is (11,152,126). Sum of RGB (Red+Green+Blue) = 11+152+126=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #0B987E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B987E is #F46781. Grayscale: #6A6A6A. Windows color (decimal): -16017282 or 8296459. OLE color: 8296459.

HSL color Cylindrical-coordinate representation of color #0B987E: hue angle of 168.94º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B987E is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB11152126-
CMYK0.9300.170.40
HSL168.94º86.5%31.96%-
HSV(B)168.94º92.76%59.61%-
XYZ15.1324.0323.58-
YUV106.88138.7959.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.81%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 126 (49.61% from 255) = 43.60%
R=3.81%
G=52.60%
B=43.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111521260.9300.170.40168.9486.531.96
HexB987E5D01128a95720
Octal132301761350215025112740
Binary10111001100011111101011101010001101000101010011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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