Html Css Color HEX #148485 Teal

📋 copy color: '#148485'

red 20 ◦ green 132 ◦ blue 133

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

Shades of Teal #148485

Tints of Teal #148485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 7.02%
G = 46.32%
B = 46.67%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#148485 (or 0x148485) is known color: Teal. HEX triplet: 14, 84 and 85. RGB value is (20,132,133). Sum of RGB (Red+Green+Blue) = 20+132+133=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #148485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148485 is #EB7B7A. Grayscale: #626262. Windows color (decimal): -15432571 or 8750100. OLE color: 8750100.

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

Color convert

RGB 20 132 133 -
CMYK 0.85 0.01 0 0.48
HSL 180.53º 0.74% 0.3% -
HSV(B) 180.53º 0.85% 0.52% -
XYZ 12.77 18.34 25.06 -
YUV 98.63 147.39 71.92 -
System Red Green Blue C M Y K H S L
Decimal 20 132 133 0.85 0.01 0 0.48 180.53 0.74 0.3
Hex 14 84 85 55 1 0 30 B5 4A 1E
Octal 24 204 205 125 1 0 60 265 112 36
Binary 10100 10000100 10000101 1010101 1 0 110000 10110101 1001010 11110

Color Harmonies of #148485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148485

Black with #148485

Text Example


Text Example

White with #148485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148485; }

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

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

background-color css

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

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

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

border-color css

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

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

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