Html Css Color HEX #148383 Teal

📋 copy color: '#148383'

red 20 ◦ green 131 ◦ blue 131

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

Shades of Teal #148383

Tints of Teal #148383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.45%

R = 7.09%
G = 46.45%
B = 46.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#148383 (or 0x148383) is known color: Teal. HEX triplet: 14, 83 and 83. RGB value is (20,131,131). Sum of RGB (Red+Green+Blue) = 20+131+131=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #148383 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148383 is #EB7C7C. Grayscale: #616161. Windows color (decimal): -15432829 or 8618772. OLE color: 8618772.

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

Color convert

RGB 20 131 131 -
CMYK 0.85 0 0 0.49
HSL 180º 0.74% 0.3% -
HSV(B) 180º 0.85% 0.51% -
XYZ 12.5 18.02 24.29 -
YUV 97.81 146.73 72.5 -
System Red Green Blue C M Y K H S L
Decimal 20 131 131 0.85 0 0 0.49 180 0.74 0.3
Hex 14 83 83 55 0 0 31 B4 4A 1E
Octal 24 203 203 125 0 0 61 264 112 36
Binary 10100 10000011 10000011 1010101 0 0 110001 10110100 1001010 11110

Color Harmonies of #148383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148383

Black with #148383

Text Example


Text Example

White with #148383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148383; }

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

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

background-color css

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

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

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

border-color css

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

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

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