Html Css Color HEX #0B788A Teal

📋 copy color: '#0B788A'

red 11 ◦ green 120 ◦ blue 138

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

Shades of Teal #0B788A

Tints of Teal #0B788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.3%

R = 4.09%
G = 44.61%
B = 51.3%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0B788A (or 0x0B788A) is known color: Teal. HEX triplet: 0B, 78 and 8A. RGB value is (11,120,138). Sum of RGB (Red+Green+Blue) = 11+120+138=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B788A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B788A is #F48775. Grayscale: #595959. Windows color (decimal): -16025462 or 9074699. OLE color: 9074699.

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

Color convert

RGB 11 120 138 -
CMYK 0.92 0.13 0 0.46
HSL 188.5º 0.85% 0.29% -
HSV(B) 188.5º 0.92% 0.54% -
XYZ 11.44 15.34 26.4 -
YUV 89.46 155.39 72.04 -
System Red Green Blue C M Y K H S L
Decimal 11 120 138 0.92 0.13 0 0.46 188.5 0.85 0.29
Hex B 78 8A 5C D 0 2E BD 55 1D
Octal 13 170 212 134 15 0 56 275 125 35
Binary 1011 1111000 10001010 1011100 1101 0 101110 10111101 1010101 11101

Color Harmonies of #0B788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B788A

Black with #0B788A

Text Example


Text Example

White with #0B788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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