Html Css Color HEX #0B887C Teal

📋 copy color: '#0B887C'

red 11 ◦ green 136 ◦ blue 124

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

Shades of Teal #0B887C

Tints of Teal #0B887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.18%

 BLUE value IS 124 (48.83% from 255) = 45.76%

R = 4.06%
G = 50.18%
B = 45.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#0B887C (or 0x0B887C) is known color: Teal. HEX triplet: 0B, 88 and 7C. RGB value is (11,136,124). Sum of RGB (Red+Green+Blue) = 11+136+124=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #0B887C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B887C is #F47783. Grayscale: #616161. Windows color (decimal): -16021380 or 8161291. OLE color: 8161291.

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

Color convert

RGB 11 136 124 -
CMYK 0.92 0 0.09 0.47
HSL 174.24º 0.85% 0.29% -
HSV(B) 174.24º 0.92% 0.53% -
XYZ 12.58 19.13 22.1 -
YUV 97.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 11 136 124 0.92 0 0.09 0.47 174.24 0.85 0.29
Hex B 88 7C 5C 0 9 2F AE 55 1D
Octal 13 210 174 134 0 11 57 256 125 35
Binary 1011 10001000 1111100 1011100 0 1001 101111 10101110 1010101 11101

Color Harmonies of #0B887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B887C

Black with #0B887C

Text Example


Text Example

White with #0B887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,136,124); }

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

background-color css

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

 a { background-color: rgb(11,136,124); }

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

border-color css

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

 span { border-color: rgb(11,136,124); }

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