Html Css Color HEX #147D81 Teal

📋 copy color: '#147D81'

red 20 ◦ green 125 ◦ blue 129

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

Shades of Teal #147D81

Tints of Teal #147D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.62%

 BLUE value IS 129 (50.78% from 255) = 47.08%

R = 7.3%
G = 45.62%
B = 47.08%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#147D81 (or 0x147D81) is known color: Teal. HEX triplet: 14, 7D and 81. RGB value is (20,125,129). Sum of RGB (Red+Green+Blue) = 20+125+129=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #147D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147D81 is #EB827E. Grayscale: #5D5D5D. Windows color (decimal): -15434367 or 8486164. OLE color: 8486164.

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

Color convert

RGB 20 125 129 -
CMYK 0.84 0.03 0 0.49
HSL 182.2º 0.73% 0.29% -
HSV(B) 182.2º 0.84% 0.51% -
XYZ 11.58 16.4 23.32 -
YUV 94.06 147.71 75.17 -
System Red Green Blue C M Y K H S L
Decimal 20 125 129 0.84 0.03 0 0.49 182.2 0.73 0.29
Hex 14 7D 81 54 3 0 31 B6 49 1D
Octal 24 175 201 124 3 0 61 266 111 35
Binary 10100 1111101 10000001 1010100 11 0 110001 10110110 1001001 11101

Color Harmonies of #147D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D81

Black with #147D81

Text Example


Text Example

White with #147D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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