Html Css Color HEX #138082 Teal

📋 copy color: '#138082'

red 19 ◦ green 128 ◦ blue 130

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

Shades of Teal #138082

Tints of Teal #138082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.21%

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

R = 6.86%
G = 46.21%
B = 46.93%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#138082 (or 0x138082) is known color: Teal. HEX triplet: 13, 80 and 82. RGB value is (19,128,130). Sum of RGB (Red+Green+Blue) = 19+128+130=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #138082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138082 is #EC7F7D. Grayscale: #5F5F5F. Windows color (decimal): -15499134 or 8552467. OLE color: 8552467.

HSL color Cylindrical-coordinate representation of color #138082: hue angle of 181.08º degrees, saturation: 0.74, 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 #138082 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 128 130 -
CMYK 0.85 0.02 0 0.49
HSL 181.08º 0.74% 0.29% -
HSV(B) 181.08º 0.85% 0.51% -
XYZ 12.02 17.19 23.8 -
YUV 95.64 147.39 73.34 -
System Red Green Blue C M Y K H S L
Decimal 19 128 130 0.85 0.02 0 0.49 181.08 0.74 0.29
Hex 13 80 82 55 2 0 31 B5 4A 1D
Octal 23 200 202 125 2 0 61 265 112 35
Binary 10011 10000000 10000010 1010101 10 0 110001 10110101 1001010 11101

Color Harmonies of #138082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138082

Black with #138082

Text Example


Text Example

White with #138082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138082; }

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

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

background-color css

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

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

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

border-color css

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

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

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