Html Css Color HEX #148584 Teal

📋 copy color: '#148584'

red 20 ◦ green 133 ◦ blue 132

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

Shades of Teal #148584

Tints of Teal #148584

RGB

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

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

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

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

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

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

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

Color convert

RGB 20 133 132 -
CMYK 0.85 0 0.01 0.48
HSL 179.47º 0.74% 0.3% -
HSV(B) 179.47º 0.85% 0.52% -
XYZ 12.84 18.59 24.74 -
YUV 99.1 146.56 71.58 -
System Red Green Blue C M Y K H S L
Decimal 20 133 132 0.85 0 0.01 0.48 179.47 0.74 0.3
Hex 14 85 84 55 0 1 30 B3 4A 1E
Octal 24 205 204 125 0 1 60 263 112 36
Binary 10100 10000101 10000100 1010101 0 1 110000 10110011 1001010 11110

Color Harmonies of #148584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148584

Black with #148584

Text Example


Text Example

White with #148584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148584; }

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

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

background-color css

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

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

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

border-color css

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

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

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