Html Css Color HEX #138581 Teal

📋 copy color: '#138581'

red 19 ◦ green 133 ◦ blue 129

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

Shades of Teal #138581

Tints of Teal #138581

RGB

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

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

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

R = 6.76%
G = 47.33%
B = 45.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#138581 (or 0x138581) is known color: Teal. HEX triplet: 13, 85 and 81. RGB value is (19,133,129). Sum of RGB (Red+Green+Blue) = 19+133+129=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #138581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138581 is #EC7A7E. Grayscale: #626262. Windows color (decimal): -15497855 or 8488211. OLE color: 8488211.

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

Color convert

RGB 19 133 129 -
CMYK 0.86 0 0.03 0.48
HSL 177.89º 0.75% 0.3% -
HSV(B) 177.89º 0.86% 0.52% -
XYZ 12.62 18.5 23.67 -
YUV 98.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 19 133 129 0.86 0 0.03 0.48 177.89 0.75 0.3
Hex 13 85 81 56 0 3 30 B2 4B 1E
Octal 23 205 201 126 0 3 60 262 113 36
Binary 10011 10000101 10000001 1010110 0 11 110000 10110010 1001011 11110

Color Harmonies of #138581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138581

Black with #138581

Text Example


Text Example

White with #138581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138581; }

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

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

background-color css

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

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

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

border-color css

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

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

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