#0B9C74

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

Shades of Free Speech Aquamarine #0B9C74

Tints of Free Speech Aquamarine #0B9C74

Color information

#0B9C74 (or 0x0B9C74) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0B, 9C and 74. RGB value is (11,156,116). Sum of RGB (Red+Green+Blue) = 11+156+116=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #0B9C74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9C74 is #F4638B. Grayscale: #6C6C6C. Windows color (decimal): -16016268 or 7642123. OLE color: 7642123.

HSL color Cylindrical-coordinate representation of color #0B9C74: hue angle of 163.45º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9C74 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB11156116-
CMYK0.9300.260.39
HSL163.45º86.83%32.75%-
HSV(B)163.45º92.95%61.18%-
XYZ15.1825.1120.57-
YUV108.08132.4658.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.89%
GREEN value IS 156 (61.33% from 255) = 55.12%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=3.89%
G=55.12%
B=40.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111561160.9300.260.39163.4586.8332.75
HexB9C745D01A27a35721
Octal132341641350324724312741
Binary10111001110011101001011101011010100111101000111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,156,116); }

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

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

 a { background-color: rgb(11,156,116); }

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

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

 span { border-color: rgb(11,156,116); }

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