#0B967C

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

Shades of Free Speech Aquamarine #0B967C

Tints of Free Speech Aquamarine #0B967C

Color information

#0B967C (or 0x0B967C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0B, 96 and 7C. RGB value is (11,150,124). Sum of RGB (Red+Green+Blue) = 11+150+124=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #0B967C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B967C is #F46983. Grayscale: #696969. Windows color (decimal): -16017796 or 8164875. OLE color: 8164875.

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

Color convert

RGB11150124-
CMYK0.9300.170.41
HSL168.78º86.34%31.57%-
HSV(B)168.78º92.67%58.82%-
XYZ14.6823.3422.8-
YUV105.48138.4560.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.86%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=3.86%
G=52.63%
B=43.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111501240.9300.170.41168.7886.3431.57
HexB967C5D01129a95620
Octal132261741350215125112640
Binary10111001011011111001011101010001101001101010011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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