Html Css Color HEX #138382 Teal

📋 copy color: '#138382'

red 19 ◦ green 131 ◦ blue 130

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

Shades of Teal #138382

Tints of Teal #138382

RGB

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

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

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

R = 6.79%
G = 46.79%
B = 46.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#138382 (or 0x138382) is known color: Teal. HEX triplet: 13, 83 and 82. RGB value is (19,131,130). Sum of RGB (Red+Green+Blue) = 19+131+130=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #138382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138382 is #EC7C7D. Grayscale: #616161. Windows color (decimal): -15498366 or 8553235. OLE color: 8553235.

HSL color Cylindrical-coordinate representation of color #138382: hue angle of 179.46º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138382 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 130 -
CMYK 0.85 0 0.01 0.49
HSL 179.46º 0.75% 0.29% -
HSV(B) 179.46º 0.85% 0.51% -
XYZ 12.41 17.98 23.94 -
YUV 97.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 19 131 130 0.85 0 0.01 0.49 179.46 0.75 0.29
Hex 13 83 82 55 0 1 31 B3 4B 1D
Octal 23 203 202 125 0 1 61 263 113 35
Binary 10011 10000011 10000010 1010101 0 1 110001 10110011 1001011 11101

Color Harmonies of #138382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138382

Black with #138382

Text Example


Text Example

White with #138382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138382; }

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

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

background-color css

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

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

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

border-color css

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

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

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