Html Css Color HEX #147B88 Teal

📋 copy color: '#147B88'

red 20 ◦ green 123 ◦ blue 136

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

Shades of Teal #147B88

Tints of Teal #147B88

RGB

 RED value IS 20 (8.2% from 255) = 7.17%

 GREEN value IS 123 (48.44% from 255) = 44.09%

 BLUE value IS 136 (53.52% from 255) = 48.75%

R = 7.17%
G = 44.09%
B = 48.75%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#147B88 (or 0x147B88) is known color: Teal. HEX triplet: 14, 7B and 88. RGB value is (20,123,136). Sum of RGB (Red+Green+Blue) = 20+123+136=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #147B88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147B88 is #EB8477. Grayscale: #5D5D5D. Windows color (decimal): -15434872 or 8944404. OLE color: 8944404.

HSL color Cylindrical-coordinate representation of color #147B88: hue angle of 186.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147B88 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 123 136 -
CMYK 0.85 0.10 0 0.47
HSL 186.72º 0.74% 0.31% -
HSV(B) 186.72º 0.85% 0.53% -
XYZ 11.82 16.09 25.78 -
YUV 93.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 20 123 136 0.85 0.10 0 0.47 186.72 0.74 0.31
Hex 14 7B 88 55 A 0 2F BB 4A 1F
Octal 24 173 210 125 12 0 57 273 112 37
Binary 10100 1111011 10001000 1010101 1010 0 101111 10111011 1001010 11111

Color Harmonies of #147B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B88

Black with #147B88

Text Example


Text Example

White with #147B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147B88; }

 p { color: rgb(20,123,136); }

 H1.HeaderClassName
 {
   color: #147B88;
 }
 .AnyTagClassName
 {
   color: #147B88;
 }
</style>

background-color css

<style>
 a { background-color: #147B88; }

 a { background-color: rgb(20,123,136); }

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

border-color css

<style>
 span { border-color: #147B88; }

 span { border-color: rgb(20,123,136); }

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