Html Css Color HEX #138387 Teal

📋 copy color: '#138387'

red 19 ◦ green 131 ◦ blue 135

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

Shades of Teal #138387

Tints of Teal #138387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

 BLUE value IS 135 (53.13% from 255) = 47.37%

R = 6.67%
G = 45.96%
B = 47.37%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#138387 (or 0x138387) is known color: Teal. HEX triplet: 13, 83 and 87. RGB value is (19,131,135). Sum of RGB (Red+Green+Blue) = 19+131+135=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #138387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138387 is #EC7C78. Grayscale: #616161. Windows color (decimal): -15498361 or 8880915. OLE color: 8880915.

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

Color convert

RGB 19 131 135 -
CMYK 0.86 0.03 0 0.47
HSL 182.07º 0.75% 0.3% -
HSV(B) 182.07º 0.86% 0.53% -
XYZ 12.76 18.12 25.75 -
YUV 97.97 148.89 71.67 -
System Red Green Blue C M Y K H S L
Decimal 19 131 135 0.86 0.03 0 0.47 182.07 0.75 0.3
Hex 13 83 87 56 3 0 2F B6 4B 1E
Octal 23 203 207 126 3 0 57 266 113 36
Binary 10011 10000011 10000111 1010110 11 0 101111 10110110 1001011 11110

Color Harmonies of #138387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138387

Black with #138387

Text Example


Text Example

White with #138387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138387; }

 p { color: rgb(19,131,135); }

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

background-color css

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

 a { background-color: rgb(19,131,135); }

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

border-color css

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

 span { border-color: rgb(19,131,135); }

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