Html Css Color HEX #138084 Teal

📋 copy color: '#138084'

red 19 ◦ green 128 ◦ blue 132

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

Shades of Teal #138084

Tints of Teal #138084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 6.81%
G = 45.88%
B = 47.31%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#138084 (or 0x138084) is known color: Teal. HEX triplet: 13, 80 and 84. RGB value is (19,128,132). Sum of RGB (Red+Green+Blue) = 19+128+132=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #138084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138084 is #EC7F7B. Grayscale: #5F5F5F. Windows color (decimal): -15499132 or 8683539. OLE color: 8683539.

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

Color convert

RGB 19 128 132 -
CMYK 0.86 0.03 0 0.48
HSL 182.12º 0.75% 0.3% -
HSV(B) 182.12º 0.86% 0.52% -
XYZ 12.15 17.24 24.52 -
YUV 95.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 19 128 132 0.86 0.03 0 0.48 182.12 0.75 0.3
Hex 13 80 84 56 3 0 30 B6 4B 1E
Octal 23 200 204 126 3 0 60 266 113 36
Binary 10011 10000000 10000100 1010110 11 0 110000 10110110 1001011 11110

Color Harmonies of #138084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138084

Black with #138084

Text Example


Text Example

White with #138084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138084; }

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

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

background-color css

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

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

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

border-color css

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

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

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