Html Css Color HEX #138381 Teal

📋 copy color: '#138381'

red 19 ◦ green 131 ◦ blue 129

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

Shades of Teal #138381

Tints of Teal #138381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

 BLUE value IS 129 (50.78% from 255) = 46.24%

R = 6.81%
G = 46.95%
B = 46.24%

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

#138381 (or 0x138381) is known color: Teal. HEX triplet: 13, 83 and 81. RGB value is (19,131,129). Sum of RGB (Red+Green+Blue) = 19+131+129=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #138381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138381 is #EC7C7E. Grayscale: #616161. Windows color (decimal): -15498367 or 8487699. OLE color: 8487699.

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

Color convert

RGB 19 131 129 -
CMYK 0.85 0 0.02 0.49
HSL 178.93º 0.75% 0.29% -
HSV(B) 178.93º 0.85% 0.51% -
XYZ 12.35 17.96 23.58 -
YUV 97.28 145.89 72.16 -
System Red Green Blue C M Y K H S L
Decimal 19 131 129 0.85 0 0.02 0.49 178.93 0.75 0.29
Hex 13 83 81 55 0 2 31 B3 4B 1D
Octal 23 203 201 125 0 2 61 263 113 35
Binary 10011 10000011 10000001 1010101 0 10 110001 10110011 1001011 11101

Color Harmonies of #138381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138381

Black with #138381

Text Example


Text Example

White with #138381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138381; }

 p { color: rgb(19,131,129); }

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

background-color css

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

 a { background-color: rgb(19,131,129); }

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

border-color css

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

 span { border-color: rgb(19,131,129); }

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