Html Css Color HEX #148386 Teal

📋 copy color: '#148386'

red 20 ◦ green 131 ◦ blue 134

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

Shades of Teal #148386

Tints of Teal #148386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

 BLUE value IS 134 (52.73% from 255) = 47.02%

R = 7.02%
G = 45.96%
B = 47.02%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#148386 (or 0x148386) is known color: Teal. HEX triplet: 14, 83 and 86. RGB value is (20,131,134). Sum of RGB (Red+Green+Blue) = 20+131+134=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #148386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148386 is #EB7C79. Grayscale: #626262. Windows color (decimal): -15432826 or 8815380. OLE color: 8815380.

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

Color convert

RGB 20 131 134 -
CMYK 0.85 0.02 0 0.47
HSL 181.58º 0.74% 0.3% -
HSV(B) 181.58º 0.85% 0.53% -
XYZ 12.71 18.1 25.38 -
YUV 98.15 148.23 72.26 -
System Red Green Blue C M Y K H S L
Decimal 20 131 134 0.85 0.02 0 0.47 181.58 0.74 0.3
Hex 14 83 86 55 2 0 2F B6 4A 1E
Octal 24 203 206 125 2 0 57 266 112 36
Binary 10100 10000011 10000110 1010101 10 0 101111 10110110 1001010 11110

Color Harmonies of #148386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148386

Black with #148386

Text Example


Text Example

White with #148386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148386; }

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

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

background-color css

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

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

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

border-color css

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

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

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