Html Css Color HEX #148882 Teal

📋 copy color: '#148882'

red 20 ◦ green 136 ◦ blue 130

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

Shades of Teal #148882

Tints of Teal #148882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.55%

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

R = 6.99%
G = 47.55%
B = 45.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#148882 (or 0x148882) is known color: Teal. HEX triplet: 14, 88 and 82. RGB value is (20,136,130). Sum of RGB (Red+Green+Blue) = 20+136+130=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #148882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148882 is #EB777D. Grayscale: #646464. Windows color (decimal): -15431550 or 8554516. OLE color: 8554516.

HSL color Cylindrical-coordinate representation of color #148882: hue angle of 176.9º 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 #148882 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 136 130 -
CMYK 0.85 0 0.04 0.47
HSL 176.9º 0.74% 0.31% -
HSV(B) 176.9º 0.85% 0.53% -
XYZ 13.12 19.37 24.17 -
YUV 100.63 144.57 70.49 -
System Red Green Blue C M Y K H S L
Decimal 20 136 130 0.85 0 0.04 0.47 176.9 0.74 0.31
Hex 14 88 82 55 0 4 2F B1 4A 1F
Octal 24 210 202 125 0 4 57 261 112 37
Binary 10100 10001000 10000010 1010101 0 100 101111 10110001 1001010 11111

Color Harmonies of #148882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148882

Black with #148882

Text Example


Text Example

White with #148882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148882; }

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

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

background-color css

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

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

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

border-color css

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

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

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