#0B9C6D

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

Shades of Free Speech Aquamarine #0B9C6D

Tints of Free Speech Aquamarine #0B9C6D

Color information

#0B9C6D (or 0x0B9C6D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0B, 9C and 6D. RGB value is (11,156,109). Sum of RGB (Red+Green+Blue) = 11+156+109=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #0B9C6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9C6D is #F46392. Grayscale: #6B6B6B. Windows color (decimal): -16016275 or 7183371. OLE color: 7183371.

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

Color convert

RGB11156109-
CMYK0.9300.300.39
HSL160.55º86.83%32.75%-
HSV(B)160.55º92.95%61.18%-
XYZ14.7924.9518.5-
YUV107.29128.9659.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.99%
GREEN value IS 156 (61.33% from 255) = 56.52%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=3.99%
G=56.52%
B=39.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111561090.9300.300.39160.5586.8332.75
HexB9C6D5D01E27a15721
Octal132341551350364724112741
Binary10111001110011011011011101011110100111101000011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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