Html Css Color HEX #138482 Teal

📋 copy color: '#138482'

red 19 ◦ green 132 ◦ blue 130

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

Shades of Teal #138482

Tints of Teal #138482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

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

R = 6.76%
G = 46.98%
B = 46.26%

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

#138482 (or 0x138482) is known color: Teal. HEX triplet: 13, 84 and 82. RGB value is (19,132,130). Sum of RGB (Red+Green+Blue) = 19+132+130=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #138482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138482 is #EC7B7D. Grayscale: #616161. Windows color (decimal): -15498110 or 8553491. OLE color: 8553491.

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

Color convert

RGB 19 132 130 -
CMYK 0.86 0 0.02 0.48
HSL 178.94º 0.75% 0.3% -
HSV(B) 178.94º 0.86% 0.52% -
XYZ 12.55 18.25 23.98 -
YUV 97.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 19 132 130 0.86 0 0.02 0.48 178.94 0.75 0.3
Hex 13 84 82 56 0 2 30 B3 4B 1E
Octal 23 204 202 126 0 2 60 263 113 36
Binary 10011 10000100 10000010 1010110 0 10 110000 10110011 1001011 11110

Color Harmonies of #138482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138482

Black with #138482

Text Example


Text Example

White with #138482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138482; }

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

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

background-color css

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

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

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

border-color css

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

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

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