Html Css Color HEX #148682 Teal

📋 copy color: '#148682'

red 20 ◦ green 134 ◦ blue 130

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

Shades of Teal #148682

Tints of Teal #148682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.18%

 BLUE value IS 130 (51.17% from 255) = 45.77%

R = 7.04%
G = 47.18%
B = 45.77%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#148682 (or 0x148682) is known color: Teal. HEX triplet: 14, 86 and 82. RGB value is (20,134,130). Sum of RGB (Red+Green+Blue) = 20+134+130=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #148682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148682 is #EB797D. Grayscale: #636363. Windows color (decimal): -15432062 or 8554004. OLE color: 8554004.

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

Color convert

RGB 20 134 130 -
CMYK 0.85 0 0.03 0.47
HSL 177.89º 0.74% 0.3% -
HSV(B) 177.89º 0.85% 0.53% -
XYZ 12.84 18.81 24.07 -
YUV 99.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 20 134 130 0.85 0 0.03 0.47 177.89 0.74 0.3
Hex 14 86 82 55 0 3 2F B2 4A 1E
Octal 24 206 202 125 0 3 57 262 112 36
Binary 10100 10000110 10000010 1010101 0 11 101111 10110010 1001010 11110

Color Harmonies of #148682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148682

Black with #148682

Text Example


Text Example

White with #148682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148682; }

 p { color: rgb(20,134,130); }

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

background-color css

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

 a { background-color: rgb(20,134,130); }

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

border-color css

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

 span { border-color: rgb(20,134,130); }

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