#147b81

Color #147B81 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #147B81

Tints of Teal #147B81

Color information

#147B81 (or 0x147B81) is unknown color: approx Teal. HEX triplet: 14, 7B and 81. RGB value is (20,123,129). Sum of RGB (Red+Green+Blue) = 20+123+129=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #147B81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147B81 is #EB847E. Grayscale: #5C5C5C. Windows color (decimal): -15434879 or 8485652. OLE color: 8485652.

HSL color Cylindrical-coordinate representation of color #147B81: hue angle of 183.3º 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 #147B81 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB20123129-
CMYK0.840.0500.49
HSL183.3º73.15%29.22%-
HSV(B)183.3º84.5%50.59%-
XYZ11.3315.923.24-
YUV92.89148.3876.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.35%
GREEN value IS 123 (48.44% from 255) = 45.22%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=7.35%
G=45.22%
B=47.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201231290.840.0500.49183.373.1529.22
Hex147B81545031b7491d
Octal24173201124506126711135
Binary101001111011100000011010100101011000110110111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147b81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #147b81;
 }
 .AnyTagClassName
 {
   color: #147b81;
 }
</style>
background-color css

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

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

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

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

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

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