Html Css Color HEX #138580 Teal

📋 copy color: '#138580'

red 19 ◦ green 133 ◦ blue 128

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

Shades of Teal #138580

Tints of Teal #138580

RGB

 RED value IS 19 (7.81% from 255) = 6.79%

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

 BLUE value IS 128 (50.39% from 255) = 45.71%

R = 6.79%
G = 47.5%
B = 45.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#138580 (or 0x138580) is known color: Teal. HEX triplet: 13, 85 and 80. RGB value is (19,133,128). Sum of RGB (Red+Green+Blue) = 19+133+128=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #138580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138580 is #EC7A7F. Grayscale: #626262. Windows color (decimal): -15497856 or 8422675. OLE color: 8422675.

HSL color Cylindrical-coordinate representation of color #138580: hue angle of 177.37º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138580 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 128 -
CMYK 0.86 0 0.04 0.48
HSL 177.37º 0.75% 0.3% -
HSV(B) 177.37º 0.86% 0.52% -
XYZ 12.55 18.47 23.33 -
YUV 98.34 144.73 71.41 -
System Red Green Blue C M Y K H S L
Decimal 19 133 128 0.86 0 0.04 0.48 177.37 0.75 0.3
Hex 13 85 80 56 0 4 30 B1 4B 1E
Octal 23 205 200 126 0 4 60 261 113 36
Binary 10011 10000101 10000000 1010110 0 100 110000 10110001 1001011 11110

Color Harmonies of #138580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138580

Black with #138580

Text Example


Text Example

White with #138580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138580; }

 p { color: rgb(19,133,128); }

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

background-color css

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

 a { background-color: rgb(19,133,128); }

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

border-color css

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

 span { border-color: rgb(19,133,128); }

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