Html Css Color HEX #13827E Teal

📋 copy color: '#13827E'

red 19 ◦ green 130 ◦ blue 126

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

Shades of Teal #13827E

Tints of Teal #13827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.82%

R = 6.91%
G = 47.27%
B = 45.82%

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

#13827E (or 0x13827E) is known color: Teal. HEX triplet: 13, 82 and 7E. RGB value is (19,130,126). Sum of RGB (Red+Green+Blue) = 19+130+126=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #13827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13827E is #EC7D81. Grayscale: #606060. Windows color (decimal): -15498626 or 8290835. OLE color: 8290835.

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

Color convert

RGB 19 130 126 -
CMYK 0.85 0 0.03 0.49
HSL 177.84º 0.74% 0.29% -
HSV(B) 177.84º 0.85% 0.51% -
XYZ 12.02 17.61 22.5 -
YUV 96.36 144.73 72.83 -
System Red Green Blue C M Y K H S L
Decimal 19 130 126 0.85 0 0.03 0.49 177.84 0.74 0.29
Hex 13 82 7E 55 0 3 31 B2 4A 1D
Octal 23 202 176 125 0 3 61 262 112 35
Binary 10011 10000010 1111110 1010101 0 11 110001 10110010 1001010 11101

Color Harmonies of #13827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13827E

Black with #13827E

Text Example


Text Example

White with #13827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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