Html Css Color HEX #19403B Deep Teal

📋 copy color: '#19403B'

red 25 ◦ green 64 ◦ blue 59

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

Shades of Deep Teal #19403B

Tints of Deep Teal #19403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.24%

 BLUE value IS 59 (23.44% from 255) = 39.86%

R = 16.89%
G = 43.24%
B = 39.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#19403B (or 0x19403B) is known color: Deep Teal. HEX triplet: 19, 40 and 3B. RGB value is (25,64,59). Sum of RGB (Red+Green+Blue) = 25+64+59=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #19403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19403B is #E6BFC4. Grayscale: #333333. Windows color (decimal): -15122373 or 3883033. OLE color: 3883033.

HSL color Cylindrical-coordinate representation of color #19403B: hue angle of 172.31º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #19403B is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 64 59 -
CMYK 0.61 0 0.08 0.75
HSL 172.31º 0.44% 0.17% -
HSV(B) 172.31º 0.61% 0.25% -
XYZ 3.02 4.19 4.79 -
YUV 51.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 25 64 59 0.61 0 0.08 0.75 172.31 0.44 0.17
Hex 19 40 3B 3D 0 8 4B AC 2C 11
Octal 31 100 73 75 0 10 113 254 54 21
Binary 11001 1000000 111011 111101 0 1000 1001011 10101100 101100 10001

Color Harmonies of #19403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19403B

Black with #19403B

Text Example


Text Example

White with #19403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19403B; }

 p { color: rgb(25,64,59); }

 H1.HeaderClassName
 {
   color: #19403B;
 }
 .AnyTagClassName
 {
   color: #19403B;
 }
</style>

background-color css

<style>
 a { background-color: #19403B; }

 a { background-color: rgb(25,64,59); }

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

border-color css

<style>
 span { border-color: #19403B; }

 span { border-color: rgb(25,64,59); }

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