Html Css Color HEX #13827F Teal

📋 copy color: '#13827F'

red 19 ◦ green 130 ◦ blue 127

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

Shades of Teal #13827F

Tints of Teal #13827F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.01%

R = 6.88%
G = 47.1%
B = 46.01%

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

#13827F (or 0x13827F) is known color: Teal. HEX triplet: 13, 82 and 7F. RGB value is (19,130,127). Sum of RGB (Red+Green+Blue) = 19+130+127=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #13827F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13827F is #EC7D80. Grayscale: #606060. Windows color (decimal): -15498625 or 8356371. OLE color: 8356371.

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

Color convert

RGB 19 130 127 -
CMYK 0.85 0 0.02 0.49
HSL 178.38º 0.74% 0.29% -
HSV(B) 178.38º 0.85% 0.51% -
XYZ 12.08 17.64 22.85 -
YUV 96.47 145.23 72.74 -
System Red Green Blue C M Y K H S L
Decimal 19 130 127 0.85 0 0.02 0.49 178.38 0.74 0.29
Hex 13 82 7F 55 0 2 31 B2 4A 1D
Octal 23 202 177 125 0 2 61 262 112 35
Binary 10011 10000010 1111111 1010101 0 10 110001 10110010 1001010 11101

Color Harmonies of #13827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13827F

Black with #13827F

Text Example


Text Example

White with #13827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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