Html Css Color HEX #0B788B Teal

📋 copy color: '#0B788B'

red 11 ◦ green 120 ◦ blue 139

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

Shades of Teal #0B788B

Tints of Teal #0B788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.44%

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 4.07%
G = 44.44%
B = 51.48%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B788B (or 0x0B788B) is known color: Teal. HEX triplet: 0B, 78 and 8B. RGB value is (11,120,139). Sum of RGB (Red+Green+Blue) = 11+120+139=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B788B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B788B is #F48774. Grayscale: #595959. Windows color (decimal): -16025461 or 9140235. OLE color: 9140235.

HSL color Cylindrical-coordinate representation of color #0B788B: hue angle of 188.91º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B788B is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 11 120 139 -
CMYK 0.92 0.14 0 0.45
HSL 188.91º 0.85% 0.29% -
HSV(B) 188.91º 0.92% 0.55% -
XYZ 11.51 15.37 26.79 -
YUV 89.58 155.89 71.96 -
System Red Green Blue C M Y K H S L
Decimal 11 120 139 0.92 0.14 0 0.45 188.91 0.85 0.29
Hex B 78 8B 5C E 0 2D BD 55 1D
Octal 13 170 213 134 16 0 55 275 125 35
Binary 1011 1111000 10001011 1011100 1110 0 101101 10111101 1010101 11101

Color Harmonies of #0B788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B788B

Black with #0B788B

Text Example


Text Example

White with #0B788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,120,139); }

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

background-color css

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

 a { background-color: rgb(11,120,139); }

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

border-color css

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

 span { border-color: rgb(11,120,139); }

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