Html Css Color HEX #19463E Deep Teal

📋 copy color: '#19463E'

red 25 ◦ green 70 ◦ blue 62

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

Shades of Deep Teal #19463E

Tints of Deep Teal #19463E

RGB

 RED value IS 25 (10.16% from 255) = 15.92%

 GREEN value IS 70 (27.73% from 255) = 44.59%

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

R = 15.92%
G = 44.59%
B = 39.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#19463E (or 0x19463E) is known color: Deep Teal. HEX triplet: 19, 46 and 3E. RGB value is (25,70,62). Sum of RGB (Red+Green+Blue) = 25+70+62=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #19463E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19463E is #E6B9C1. Grayscale: #373737. Windows color (decimal): -15120834 or 4081177. OLE color: 4081177.

HSL color Cylindrical-coordinate representation of color #19463E: hue angle of 169.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #19463E is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 70 62 -
CMYK 0.64 0 0.11 0.73
HSL 169.33º 0.47% 0.19% -
HSV(B) 169.33º 0.64% 0.27% -
XYZ 3.46 4.93 5.33 -
YUV 55.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 25 70 62 0.64 0 0.11 0.73 169.33 0.47 0.19
Hex 19 46 3E 40 0 B 49 A9 2F 13
Octal 31 106 76 100 0 13 111 251 57 23
Binary 11001 1000110 111110 1000000 0 1011 1001001 10101001 101111 10011

Color Harmonies of #19463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19463E

Black with #19463E

Text Example


Text Example

White with #19463E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,70,62); }

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

background-color css

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

 a { background-color: rgb(25,70,62); }

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

border-color css

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

 span { border-color: rgb(25,70,62); }

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