Html Css Color HEX #0B996C Free Speech Aquamarine

📋 copy color: '#0B996C'

red 11 ◦ green 153 ◦ blue 108

#0B996C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #0B996C

Tints of Free Speech Aquamarine #0B996C

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 value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#0B996C (or 0x0B996C) is known color: 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

RGB 11 153 108 -
CMYK 0.93 0 0.29 0.4
HSL 160.99º 0.87% 0.32% -
HSV(B) 160.99º 0.93% 0.6% -
XYZ 14.24 23.94 18.06 -
YUV 105.41 129.46 60.66 -
System Red Green Blue C M Y K H S L
Decimal 11 153 108 0.93 0 0.29 0.4 160.99 0.87 0.32
Hex B 99 6C 5D 0 1D 28 A1 57 20
Octal 13 231 154 135 0 35 50 241 127 40
Binary 1011 10011001 1101100 1011101 0 11101 101000 10100001 1010111 100000

Color Harmonies of #0B996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B996C

Black with #0B996C

Text Example


Text Example

White with #0B996C

Text Example


Text Example

HTML Codes & Css Web 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>