#0B9884

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

Shades of Free Speech Aquamarine #0B9884

Tints of Free Speech Aquamarine #0B9884

Color information

#0B9884 (or 0x0B9884) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0B, 98 and 84. RGB value is (11,152,132). Sum of RGB (Red+Green+Blue) = 11+152+132=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #0B9884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9884 is #F4677B. Grayscale: #6B6B6B. Windows color (decimal): -16017276 or 8689675. OLE color: 8689675.

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

Color convert

RGB11152132-
CMYK0.9300.130.40
HSL171.49º86.5%31.96%-
HSV(B)171.49º92.76%59.61%-
XYZ15.5324.1925.68-
YUV107.56141.7959.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.73%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 132 (51.95% from 255) = 44.75%
R=3.73%
G=51.53%
B=44.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111521320.9300.130.40171.4986.531.96
HexB98845D0D28ab5720
Octal132302041350155025312740
Binary10111001100010000100101110101101101000101010111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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