Html Css Color HEX #147B7D Teal

📋 copy color: '#147B7D'

red 20 ◦ green 123 ◦ blue 125

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

Shades of Teal #147B7D

Tints of Teal #147B7D

RGB

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

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

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

R = 7.46%
G = 45.9%
B = 46.64%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#147B7D (or 0x147B7D) is known color: Teal. HEX triplet: 14, 7B and 7D. RGB value is (20,123,125). Sum of RGB (Red+Green+Blue) = 20+123+125=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #147B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B7D is #EB8482. Grayscale: #5C5C5C. Windows color (decimal): -15434883 or 8223508. OLE color: 8223508.

HSL color Cylindrical-coordinate representation of color #147B7D: hue angle of 181.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147B7D is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 123 125 -
CMYK 0.84 0.02 0 0.51
HSL 181.14º 0.72% 0.28% -
HSV(B) 181.14º 0.84% 0.49% -
XYZ 11.07 15.8 21.87 -
YUV 92.43 146.38 76.34 -
System Red Green Blue C M Y K H S L
Decimal 20 123 125 0.84 0.02 0 0.51 181.14 0.72 0.28
Hex 14 7B 7D 54 2 0 33 B5 48 1C
Octal 24 173 175 124 2 0 63 265 110 34
Binary 10100 1111011 1111101 1010100 10 0 110011 10110101 1001000 11100

Color Harmonies of #147B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B7D

Black with #147B7D

Text Example


Text Example

White with #147B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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