Html Css Color HEX #148482 Teal

📋 copy color: '#148482'

red 20 ◦ green 132 ◦ blue 130

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

Shades of Teal #148482

Tints of Teal #148482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.81%

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

R = 7.09%
G = 46.81%
B = 46.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#148482 (or 0x148482) is known color: Teal. HEX triplet: 14, 84 and 82. RGB value is (20,132,130). Sum of RGB (Red+Green+Blue) = 20+132+130=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #148482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148482 is #EB7B7D. Grayscale: #626262. Windows color (decimal): -15432574 or 8553492. OLE color: 8553492.

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

Color convert

RGB 20 132 130 -
CMYK 0.85 0 0.02 0.48
HSL 178.93º 0.74% 0.3% -
HSV(B) 178.93º 0.85% 0.52% -
XYZ 12.57 18.26 23.98 -
YUV 98.28 145.89 72.16 -
System Red Green Blue C M Y K H S L
Decimal 20 132 130 0.85 0 0.02 0.48 178.93 0.74 0.3
Hex 14 84 82 55 0 2 30 B3 4A 1E
Octal 24 204 202 125 0 2 60 263 112 36
Binary 10100 10000100 10000010 1010101 0 10 110000 10110011 1001010 11110

Color Harmonies of #148482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148482

Black with #148482

Text Example


Text Example

White with #148482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148482; }

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

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

background-color css

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

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

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

border-color css

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

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

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