#0B987C

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

Shades of Free Speech Aquamarine #0B987C

Tints of Free Speech Aquamarine #0B987C

Color information

#0B987C (or 0x0B987C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0B, 98 and 7C. RGB value is (11,152,124). Sum of RGB (Red+Green+Blue) = 11+152+124=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #0B987C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B987C is #F46783. Grayscale: #6A6A6A. Windows color (decimal): -16017284 or 8165387. OLE color: 8165387.

HSL color Cylindrical-coordinate representation of color #0B987C: hue angle of 168.09º 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 #0B987C is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB11152124-
CMYK0.9300.180.40
HSL168.09º86.5%31.96%-
HSV(B)168.09º92.76%59.61%-
XYZ1523.9822.91-
YUV106.65137.7959.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.83%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=3.83%
G=52.96%
B=43.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111521240.9300.180.40168.0986.531.96
HexB987C5D01228a85720
Octal132301741350225025012740
Binary10111001100011111001011101010010101000101010001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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