Html Css Color HEX #0B8680 Teal

📋 copy color: '#0B8680'

red 11 ◦ green 134 ◦ blue 128

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

Shades of Teal #0B8680

Tints of Teal #0B8680

RGB

 RED value IS 11 (4.69% from 255) = 4.03%

 GREEN value IS 134 (52.73% from 255) = 49.08%

 BLUE value IS 128 (50.39% from 255) = 46.89%

R = 4.03%
G = 49.08%
B = 46.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#0B8680 (or 0x0B8680) is known color: Teal. HEX triplet: 0B, 86 and 80. RGB value is (11,134,128). Sum of RGB (Red+Green+Blue) = 11+134+128=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #0B8680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8680 is #F4797F. Grayscale: #606060. Windows color (decimal): -16021888 or 8422923. OLE color: 8422923.

HSL color Cylindrical-coordinate representation of color #0B8680: hue angle of 177.07º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8680 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 11 134 128 -
CMYK 0.92 0 0.04 0.47
HSL 177.07º 0.85% 0.28% -
HSV(B) 177.07º 0.92% 0.53% -
XYZ 12.56 18.68 23.37 -
YUV 96.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 11 134 128 0.92 0 0.04 0.47 177.07 0.85 0.28
Hex B 86 80 5C 0 4 2F B1 55 1C
Octal 13 206 200 134 0 4 57 261 125 34
Binary 1011 10000110 10000000 1011100 0 100 101111 10110001 1010101 11100

Color Harmonies of #0B8680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8680

Black with #0B8680

Text Example


Text Example

White with #0B8680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,134,128); }

 H1.HeaderClassName
 {
   color: #0B8680;
 }
 .AnyTagClassName
 {
   color: #0B8680;
 }
</style>

background-color css

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

 a { background-color: rgb(11,134,128); }

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

border-color css

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

 span { border-color: rgb(11,134,128); }

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