Html Css Color HEX #19463D Deep Teal

📋 copy color: '#19463D'

red 25 ◦ green 70 ◦ blue 61

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

Shades of Deep Teal #19463D

Tints of Deep Teal #19463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.1%

R = 16.03%
G = 44.87%
B = 39.1%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#19463D (or 0x19463D) is known color: Deep Teal. HEX triplet: 19, 46 and 3D. RGB value is (25,70,61). Sum of RGB (Red+Green+Blue) = 25+70+61=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #19463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19463D is #E6B9C2. Grayscale: #373737. Windows color (decimal): -15120835 or 4015641. OLE color: 4015641.

HSL color Cylindrical-coordinate representation of color #19463D: hue angle of 168º 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 #19463D is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 70 61 -
CMYK 0.64 0 0.13 0.73
HSL 168º 0.47% 0.19% -
HSV(B) 168º 0.64% 0.27% -
XYZ 3.43 4.92 5.18 -
YUV 55.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 25 70 61 0.64 0 0.13 0.73 168 0.47 0.19
Hex 19 46 3D 40 0 D 49 A8 2F 13
Octal 31 106 75 100 0 15 111 250 57 23
Binary 11001 1000110 111101 1000000 0 1101 1001001 10101000 101111 10011

Color Harmonies of #19463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19463D

Black with #19463D

Text Example


Text Example

White with #19463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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