Html Css Color HEX #148080 Teal

📋 copy color: '#148080'

red 20 ◦ green 128 ◦ blue 128

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

Shades of Teal #148080

Tints of Teal #148080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.38%

 BLUE value IS 128 (50.39% from 255) = 46.38%

R = 7.25%
G = 46.38%
B = 46.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#148080 (or 0x148080) is known color: Teal. HEX triplet: 14, 80 and 80. RGB value is (20,128,128). Sum of RGB (Red+Green+Blue) = 20+128+128=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #148080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148080 is #EB7F7F. Grayscale: #5F5F5F. Windows color (decimal): -15433600 or 8421396. OLE color: 8421396.

HSL color Cylindrical-coordinate representation of color #148080: hue angle of 180º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148080 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 128 -
CMYK 0.84 0 0 0.50
HSL 180º 0.73% 0.29% -
HSV(B) 180º 0.84% 0.5% -
XYZ 11.9 17.15 23.1 -
YUV 95.71 146.22 74 -
System Red Green Blue C M Y K H S L
Decimal 20 128 128 0.84 0 0 0.50 180 0.73 0.29
Hex 14 80 80 54 0 0 32 B4 49 1D
Octal 24 200 200 124 0 0 62 264 111 35
Binary 10100 10000000 10000000 1010100 0 0 110010 10110100 1001001 11101

Color Harmonies of #148080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148080

Black with #148080

Text Example


Text Example

White with #148080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148080; }

 p { color: rgb(20,128,128); }

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

background-color css

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

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

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

border-color css

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

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

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