Html Css Color HEX #148189 Teal

📋 copy color: '#148189'

red 20 ◦ green 129 ◦ blue 137

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

Shades of Teal #148189

Tints of Teal #148189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.1%

 BLUE value IS 137 (53.91% from 255) = 47.9%

R = 6.99%
G = 45.1%
B = 47.9%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#148189 (or 0x148189) is known color: Teal. HEX triplet: 14, 81 and 89. RGB value is (20,129,137). Sum of RGB (Red+Green+Blue) = 20+129+137=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #148189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148189 is #EB7E76. Grayscale: #616161. Windows color (decimal): -15433335 or 9011476. OLE color: 9011476.

HSL color Cylindrical-coordinate representation of color #148189: hue angle of 184.1º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148189 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 129 137 -
CMYK 0.85 0.06 0 0.46
HSL 184.1º 0.75% 0.31% -
HSV(B) 184.1º 0.85% 0.54% -
XYZ 12.65 17.66 26.41 -
YUV 97.32 150.39 72.85 -
System Red Green Blue C M Y K H S L
Decimal 20 129 137 0.85 0.06 0 0.46 184.1 0.75 0.31
Hex 14 81 89 55 6 0 2E B8 4B 1F
Octal 24 201 211 125 6 0 56 270 113 37
Binary 10100 10000001 10001001 1010101 110 0 101110 10111000 1001011 11111

Color Harmonies of #148189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148189

Black with #148189

Text Example


Text Example

White with #148189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148189; }

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

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

background-color css

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

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

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

border-color css

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

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

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