Html Css Color HEX #148483 Teal

📋 copy color: '#148483'

red 20 ◦ green 132 ◦ blue 131

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

Shades of Teal #148483

Tints of Teal #148483

RGB

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

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

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

R = 7.07%
G = 46.64%
B = 46.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#148483 (or 0x148483) is known color: Teal. HEX triplet: 14, 84 and 83. RGB value is (20,132,131). Sum of RGB (Red+Green+Blue) = 20+132+131=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #148483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148483 is #EB7B7C. Grayscale: #626262. Windows color (decimal): -15432573 or 8619028. OLE color: 8619028.

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

Color convert

RGB 20 132 131 -
CMYK 0.85 0 0.01 0.48
HSL 179.46º 0.74% 0.3% -
HSV(B) 179.46º 0.85% 0.52% -
XYZ 12.64 18.29 24.34 -
YUV 98.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 20 132 131 0.85 0 0.01 0.48 179.46 0.74 0.3
Hex 14 84 83 55 0 1 30 B3 4A 1E
Octal 24 204 203 125 0 1 60 263 112 36
Binary 10100 10000100 10000011 1010101 0 1 110000 10110011 1001010 11110

Color Harmonies of #148483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148483

Black with #148483

Text Example


Text Example

White with #148483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148483; }

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

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

background-color css

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

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

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

border-color css

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

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

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