Html Css Color HEX #148188 Teal

📋 copy color: '#148188'

red 20 ◦ green 129 ◦ blue 136

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

Shades of Teal #148188

Tints of Teal #148188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.72%

R = 7.02%
G = 45.26%
B = 47.72%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#148188 (or 0x148188) is known color: Teal. HEX triplet: 14, 81 and 88. RGB value is (20,129,136). Sum of RGB (Red+Green+Blue) = 20+129+136=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #148188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148188 is #EB7E77. Grayscale: #616161. Windows color (decimal): -15433336 or 8945940. OLE color: 8945940.

HSL color Cylindrical-coordinate representation of color #148188: hue angle of 183.62º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148188 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 129 136 -
CMYK 0.85 0.05 0 0.47
HSL 183.62º 0.74% 0.31% -
HSV(B) 183.62º 0.85% 0.53% -
XYZ 12.58 17.63 26.03 -
YUV 97.21 149.89 72.93 -
System Red Green Blue C M Y K H S L
Decimal 20 129 136 0.85 0.05 0 0.47 183.62 0.74 0.31
Hex 14 81 88 55 5 0 2F B8 4A 1F
Octal 24 201 210 125 5 0 57 270 112 37
Binary 10100 10000001 10001000 1010101 101 0 101111 10111000 1001010 11111

Color Harmonies of #148188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148188

Black with #148188

Text Example


Text Example

White with #148188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148188; }

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

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

background-color css

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

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

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

border-color css

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

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

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