Html Css Color HEX #138280 Teal

📋 copy color: '#138280'

red 19 ◦ green 130 ◦ blue 128

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

Shades of Teal #138280

Tints of Teal #138280

RGB

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

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

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

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

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

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

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

Color convert

RGB 19 130 128 -
CMYK 0.85 0 0.02 0.49
HSL 178.92º 0.74% 0.29% -
HSV(B) 178.92º 0.85% 0.51% -
XYZ 12.15 17.66 23.19 -
YUV 96.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 19 130 128 0.85 0 0.02 0.49 178.92 0.74 0.29
Hex 13 82 80 55 0 2 31 B3 4A 1D
Octal 23 202 200 125 0 2 61 263 112 35
Binary 10011 10000010 10000000 1010101 0 10 110001 10110011 1001010 11101

Color Harmonies of #138280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138280

Black with #138280

Text Example


Text Example

White with #138280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138280; }

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

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

background-color css

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

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

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

border-color css

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

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

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