Html Css Color HEX #138683 Teal

📋 copy color: '#138683'

red 19 ◦ green 134 ◦ blue 131

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

Shades of Teal #138683

Tints of Teal #138683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 6.69%
G = 47.18%
B = 46.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#138683 (or 0x138683) is known color: Teal. HEX triplet: 13, 86 and 83. RGB value is (19,134,131). Sum of RGB (Red+Green+Blue) = 19+134+131=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #138683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138683 is #EC797C. Grayscale: #636363. Windows color (decimal): -15497597 or 8619539. OLE color: 8619539.

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

Color convert

RGB 19 134 131 -
CMYK 0.86 0 0.02 0.47
HSL 178.43º 0.75% 0.3% -
HSV(B) 178.43º 0.86% 0.53% -
XYZ 12.89 18.83 24.43 -
YUV 99.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 19 134 131 0.86 0 0.02 0.47 178.43 0.75 0.3
Hex 13 86 83 56 0 2 2F B2 4B 1E
Octal 23 206 203 126 0 2 57 262 113 36
Binary 10011 10000110 10000011 1010110 0 10 101111 10110010 1001011 11110

Color Harmonies of #138683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138683

Black with #138683

Text Example


Text Example

White with #138683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138683; }

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

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

background-color css

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

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

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

border-color css

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

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

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