#0B966C

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

Shades of Free Speech Aquamarine #0B966C

Tints of Free Speech Aquamarine #0B966C

Color information

#0B966C (or 0x0B966C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0B, 96 and 6C. RGB value is (11,150,108). Sum of RGB (Red+Green+Blue) = 11+150+108=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #0B966C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B966C is #F46993. Grayscale: #676767. Windows color (decimal): -16017812 or 7116299. OLE color: 7116299.

HSL color Cylindrical-coordinate representation of color #0B966C: hue angle of 161.87º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B966C is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB11150108-
CMYK0.9300.280.41
HSL161.87º86.34%31.57%-
HSV(B)161.87º92.67%58.82%-
XYZ13.7522.9717.9-
YUV103.65130.4561.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.09%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=4.09%
G=55.76%
B=40.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111501080.9300.280.41161.8786.3431.57
HexB966C5D01C29a25620
Octal132261541350345124212640
Binary10111001011011011001011101011100101001101000101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,150,108); }

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

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

 a { background-color: rgb(11,150,108); }

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

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

 span { border-color: rgb(11,150,108); }

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