Html Css Color HEX #13817D Teal

📋 copy color: '#13817D'

red 19 ◦ green 129 ◦ blue 125

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

Shades of Teal #13817D

Tints of Teal #13817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.25%

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 6.96%
G = 47.25%
B = 45.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#13817D (or 0x13817D) is known color: Teal. HEX triplet: 13, 81 and 7D. RGB value is (19,129,125). Sum of RGB (Red+Green+Blue) = 19+129+125=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #13817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13817D is #EC7E82. Grayscale: #5F5F5F. Windows color (decimal): -15498883 or 8225043. OLE color: 8225043.

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

Color convert

RGB 19 129 125 -
CMYK 0.85 0 0.03 0.49
HSL 177.82º 0.74% 0.29% -
HSV(B) 177.82º 0.85% 0.51% -
XYZ 11.82 17.32 22.12 -
YUV 95.65 144.56 73.33 -
System Red Green Blue C M Y K H S L
Decimal 19 129 125 0.85 0 0.03 0.49 177.82 0.74 0.29
Hex 13 81 7D 55 0 3 31 B2 4A 1D
Octal 23 201 175 125 0 3 61 262 112 35
Binary 10011 10000001 1111101 1010101 0 11 110001 10110010 1001010 11101

Color Harmonies of #13817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13817D

Black with #13817D

Text Example


Text Example

White with #13817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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