#0B9A76

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

Shades of Free Speech Aquamarine #0B9A76

Tints of Free Speech Aquamarine #0B9A76

Color information

#0B9A76 (or 0x0B9A76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0B, 9A and 76. RGB value is (11,154,118). Sum of RGB (Red+Green+Blue) = 11+154+118=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 154 (60.55% from 255 or 54.42% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 154 - color contains mainly: green. Hex color #0B9A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9A76 is #F46589. Grayscale: #6B6B6B. Windows color (decimal): -16016778 or 7772683. OLE color: 7772683.

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

Color convert

RGB11154118-
CMYK0.9300.230.40
HSL164.9º86.67%32.35%-
HSV(B)164.9º92.86%60.39%-
XYZ14.9624.4921.08-
YUV107.14134.1259.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.89%
GREEN value IS 154 (60.55% from 255) = 54.42%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=3.89%
G=54.42%
B=41.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111541180.9300.230.40164.986.6732.35
HexB9A765D01728a55720
Octal132321661350275024512740
Binary10111001101011101101011101010111101000101001011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,154,118); }

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

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

 a { background-color: rgb(11,154,118); }

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

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

 span { border-color: rgb(11,154,118); }

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