Html Css Color HEX #148581 Teal

📋 copy color: '#148581'

red 20 ◦ green 133 ◦ blue 129

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

Shades of Teal #148581

Tints of Teal #148581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.74%

R = 7.09%
G = 47.16%
B = 45.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#148581 (or 0x148581) is known color: Teal. HEX triplet: 14, 85 and 81. RGB value is (20,133,129). Sum of RGB (Red+Green+Blue) = 20+133+129=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #148581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148581 is #EB7A7E. Grayscale: #626262. Windows color (decimal): -15432319 or 8488212. OLE color: 8488212.

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

Color convert

RGB 20 133 129 -
CMYK 0.85 0 0.03 0.48
HSL 177.88º 0.74% 0.3% -
HSV(B) 177.88º 0.85% 0.52% -
XYZ 12.64 18.51 23.68 -
YUV 98.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 20 133 129 0.85 0 0.03 0.48 177.88 0.74 0.3
Hex 14 85 81 55 0 3 30 B2 4A 1E
Octal 24 205 201 125 0 3 60 262 112 36
Binary 10100 10000101 10000001 1010101 0 11 110000 10110010 1001010 11110

Color Harmonies of #148581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148581

Black with #148581

Text Example


Text Example

White with #148581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148581; }

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

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

background-color css

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

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

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

border-color css

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

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

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