Html Css Color HEX #147B83 Teal

📋 copy color: '#147B83'

red 20 ◦ green 123 ◦ blue 131

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

Shades of Teal #147B83

Tints of Teal #147B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.81%

R = 7.3%
G = 44.89%
B = 47.81%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#147B83 (or 0x147B83) is known color: Teal. HEX triplet: 14, 7B and 83. RGB value is (20,123,131). Sum of RGB (Red+Green+Blue) = 20+123+131=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #147B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147B83 is #EB847C. Grayscale: #5C5C5C. Windows color (decimal): -15434877 or 8616724. OLE color: 8616724.

HSL color Cylindrical-coordinate representation of color #147B83: hue angle of 184.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147B83 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 123 131 -
CMYK 0.85 0.06 0 0.49
HSL 184.32º 0.74% 0.3% -
HSV(B) 184.32º 0.85% 0.51% -
XYZ 11.47 15.95 23.95 -
YUV 93.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 20 123 131 0.85 0.06 0 0.49 184.32 0.74 0.3
Hex 14 7B 83 55 6 0 31 B8 4A 1E
Octal 24 173 203 125 6 0 61 270 112 36
Binary 10100 1111011 10000011 1010101 110 0 110001 10111000 1001010 11110

Color Harmonies of #147B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B83

Black with #147B83

Text Example


Text Example

White with #147B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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