#0B996C

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

Shades of Free Speech Aquamarine #0B996C

Tints of Free Speech Aquamarine #0B996C

Color information

#0B996C (or 0x0B996C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0B, 99 and 6C. RGB value is (11,153,108). Sum of RGB (Red+Green+Blue) = 11+153+108=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #0B996C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B996C is #F46693. Grayscale: #696969. Windows color (decimal): -16017044 or 7117067. OLE color: 7117067.

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

Color convert

RGB11153108-
CMYK0.9300.290.4
HSL160.99º86.59%32.16%-
HSV(B)160.99º92.81%60%-
XYZ14.2423.9418.06-
YUV105.41129.4660.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.04%
GREEN value IS 153 (60.16% from 255) = 56.25%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=4.04%
G=56.25%
B=39.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111531080.9300.290.4160.9986.5932.16
HexB996C5D01D28a15720
Octal132311541350355024112740
Binary10111001100111011001011101011101101000101000011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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