Html Css Color HEX #148082 Teal

📋 copy color: '#148082'

red 20 ◦ green 128 ◦ blue 130

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

Shades of Teal #148082

Tints of Teal #148082

RGB

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

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

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

R = 7.19%
G = 46.04%
B = 46.76%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#148082 (or 0x148082) is known color: Teal. HEX triplet: 14, 80 and 82. RGB value is (20,128,130). Sum of RGB (Red+Green+Blue) = 20+128+130=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #148082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148082 is #EB7F7D. Grayscale: #5F5F5F. Windows color (decimal): -15433598 or 8552468. OLE color: 8552468.

HSL color Cylindrical-coordinate representation of color #148082: hue angle of 181.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148082 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 128 130 -
CMYK 0.85 0.02 0 0.49
HSL 181.09º 0.73% 0.29% -
HSV(B) 181.09º 0.85% 0.51% -
XYZ 12.04 17.2 23.8 -
YUV 95.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 20 128 130 0.85 0.02 0 0.49 181.09 0.73 0.29
Hex 14 80 82 55 2 0 31 B5 49 1D
Octal 24 200 202 125 2 0 61 265 111 35
Binary 10100 10000000 10000010 1010101 10 0 110001 10110101 1001001 11101

Color Harmonies of #148082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148082

Black with #148082

Text Example


Text Example

White with #148082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148082; }

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

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

background-color css

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

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

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

border-color css

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

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

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