Html Css Color HEX #13453E Deep Teal

📋 copy color: '#13453E'

red 19 ◦ green 69 ◦ blue 62

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

Shades of Deep Teal #13453E

Tints of Deep Teal #13453E

RGB

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

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

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

R = 12.67%
G = 46%
B = 41.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#13453E (or 0x13453E) is known color: Deep Teal. HEX triplet: 13, 45 and 3E. RGB value is (19,69,62). Sum of RGB (Red+Green+Blue) = 19+69+62=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #13453E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13453E is #ECBAC1. Grayscale: #353535. Windows color (decimal): -15514306 or 4080915. OLE color: 4080915.

HSL color Cylindrical-coordinate representation of color #13453E: hue angle of 171.6º 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 #13453E is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 69 62 -
CMYK 0.72 0 0.10 0.73
HSL 171.6º 0.57% 0.17% -
HSV(B) 171.6º 0.72% 0.27% -
XYZ 3.27 4.74 5.3 -
YUV 53.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 19 69 62 0.72 0 0.10 0.73 171.6 0.57 0.17
Hex 13 45 3E 48 0 A 49 AC 39 11
Octal 23 105 76 110 0 12 111 254 71 21
Binary 10011 1000101 111110 1001000 0 1010 1001001 10101100 111001 10001

Color Harmonies of #13453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13453E

Black with #13453E

Text Example


Text Example

White with #13453E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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