Html Css Color HEX #13453A Deep Teal

📋 copy color: '#13453A'

red 19 ◦ green 69 ◦ blue 58

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

Shades of Deep Teal #13453A

Tints of Deep Teal #13453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.26%

 BLUE value IS 58 (23.05% from 255) = 39.73%

R = 13.01%
G = 47.26%
B = 39.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#13453A (or 0x13453A) is known color: Deep Teal. HEX triplet: 13, 45 and 3A. RGB value is (19,69,58). Sum of RGB (Red+Green+Blue) = 19+69+58=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #13453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13453A is #ECBAC5. Grayscale: #343434. Windows color (decimal): -15514310 or 3818771. OLE color: 3818771.

HSL color Cylindrical-coordinate representation of color #13453A: hue angle of 166.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13453A is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 69 58 -
CMYK 0.72 0 0.16 0.73
HSL 166.8º 0.57% 0.17% -
HSV(B) 166.8º 0.72% 0.27% -
XYZ 3.16 4.7 4.74 -
YUV 52.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 19 69 58 0.72 0 0.16 0.73 166.8 0.57 0.17
Hex 13 45 3A 48 0 10 49 A7 39 11
Octal 23 105 72 110 0 20 111 247 71 21
Binary 10011 1000101 111010 1001000 0 10000 1001001 10100111 111001 10001

Color Harmonies of #13453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13453A

Black with #13453A

Text Example


Text Example

White with #13453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13453A; }

 p { color: rgb(19,69,58); }

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

background-color css

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

 a { background-color: rgb(19,69,58); }

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

border-color css

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

 span { border-color: rgb(19,69,58); }

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