Html Css Color HEX #138582 Teal

📋 copy color: '#138582'

red 19 ◦ green 133 ◦ blue 130

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

Shades of Teal #138582

Tints of Teal #138582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.16%

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

R = 6.74%
G = 47.16%
B = 46.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#138582 (or 0x138582) is known color: Teal. HEX triplet: 13, 85 and 82. RGB value is (19,133,130). Sum of RGB (Red+Green+Blue) = 19+133+130=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #138582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138582 is #EC7A7D. Grayscale: #626262. Windows color (decimal): -15497854 or 8553747. OLE color: 8553747.

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

Color convert

RGB 19 133 130 -
CMYK 0.86 0 0.02 0.48
HSL 178.42º 0.75% 0.3% -
HSV(B) 178.42º 0.86% 0.52% -
XYZ 12.69 18.53 24.03 -
YUV 98.57 145.73 71.24 -
System Red Green Blue C M Y K H S L
Decimal 19 133 130 0.86 0 0.02 0.48 178.42 0.75 0.3
Hex 13 85 82 56 0 2 30 B2 4B 1E
Octal 23 205 202 126 0 2 60 262 113 36
Binary 10011 10000101 10000010 1010110 0 10 110000 10110010 1001011 11110

Color Harmonies of #138582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138582

Black with #138582

Text Example


Text Example

White with #138582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138582; }

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

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

background-color css

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

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

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

border-color css

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

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

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