Html Css Color HEX #138682 Teal

📋 copy color: '#138682'

red 19 ◦ green 134 ◦ blue 130

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

Shades of Teal #138682

Tints of Teal #138682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 6.71%
G = 47.35%
B = 45.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#138682 (or 0x138682) is known color: Teal. HEX triplet: 13, 86 and 82. RGB value is (19,134,130). Sum of RGB (Red+Green+Blue) = 19+134+130=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #138682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138682 is #EC797D. Grayscale: #636363. Windows color (decimal): -15497598 or 8554003. OLE color: 8554003.

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

Color convert

RGB 19 134 130 -
CMYK 0.86 0 0.03 0.47
HSL 177.91º 0.75% 0.3% -
HSV(B) 177.91º 0.86% 0.53% -
XYZ 12.82 18.8 24.07 -
YUV 99.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 19 134 130 0.86 0 0.03 0.47 177.91 0.75 0.3
Hex 13 86 82 56 0 3 2F B2 4B 1E
Octal 23 206 202 126 0 3 57 262 113 36
Binary 10011 10000110 10000010 1010110 0 11 101111 10110010 1001011 11110

Color Harmonies of #138682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138682

Black with #138682

Text Example


Text Example

White with #138682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138682; }

 p { color: rgb(19,134,130); }

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

background-color css

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

 a { background-color: rgb(19,134,130); }

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

border-color css

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

 span { border-color: rgb(19,134,130); }

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