Html Css Color HEX #0B837D Teal

📋 copy color: '#0B837D'

red 11 ◦ green 131 ◦ blue 125

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

Shades of Teal #0B837D

Tints of Teal #0B837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

 BLUE value IS 125 (49.22% from 255) = 46.82%

R = 4.12%
G = 49.06%
B = 46.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#0B837D (or 0x0B837D) is known color: Teal. HEX triplet: 0B, 83 and 7D. RGB value is (11,131,125). Sum of RGB (Red+Green+Blue) = 11+131+125=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #0B837D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B837D is #F47C82. Grayscale: #5E5E5E. Windows color (decimal): -16022659 or 8225547. OLE color: 8225547.

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

Color convert

RGB 11 131 125 -
CMYK 0.92 0 0.05 0.49
HSL 177º 0.85% 0.28% -
HSV(B) 177º 0.92% 0.51% -
XYZ 11.96 17.78 22.2 -
YUV 94.44 145.24 68.49 -
System Red Green Blue C M Y K H S L
Decimal 11 131 125 0.92 0 0.05 0.49 177 0.85 0.28
Hex B 83 7D 5C 0 5 31 B1 55 1C
Octal 13 203 175 134 0 5 61 261 125 34
Binary 1011 10000011 1111101 1011100 0 101 110001 10110001 1010101 11100

Color Harmonies of #0B837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B837D

Black with #0B837D

Text Example


Text Example

White with #0B837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,131,125); }

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

background-color css

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

 a { background-color: rgb(11,131,125); }

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

border-color css

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

 span { border-color: rgb(11,131,125); }

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