Html Css Color HEX #13503E Deep Teal

📋 copy color: '#13503E'

red 19 ◦ green 80 ◦ blue 62

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

Shades of Deep Teal #13503E

Tints of Deep Teal #13503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.69%

 BLUE value IS 62 (24.61% from 255) = 38.51%

R = 11.8%
G = 49.69%
B = 38.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#13503E (or 0x13503E) is known color: Deep Teal. HEX triplet: 13, 50 and 3E. RGB value is (19,80,62). Sum of RGB (Red+Green+Blue) = 19+80+62=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #13503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13503E is #ECAFC1. Grayscale: #3B3B3B. Windows color (decimal): -15511490 or 4083731. OLE color: 4083731.

HSL color Cylindrical-coordinate representation of color #13503E: hue angle of 162.3º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13503E is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 62 -
CMYK 0.76 0 0.22 0.69
HSL 162.3º 0.62% 0.19% -
HSV(B) 162.3º 0.76% 0.31% -
XYZ 4.01 6.22 5.55 -
YUV 59.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 19 80 62 0.76 0 0.22 0.69 162.3 0.62 0.19
Hex 13 50 3E 4C 0 16 45 A2 3E 13
Octal 23 120 76 114 0 26 105 242 76 23
Binary 10011 1010000 111110 1001100 0 10110 1000101 10100010 111110 10011

Color Harmonies of #13503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13503E

Black with #13503E

Text Example


Text Example

White with #13503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,80,62); }

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

background-color css

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

 a { background-color: rgb(19,80,62); }

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

border-color css

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

 span { border-color: rgb(19,80,62); }

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