Html Css Color HEX #19413A Deep Teal

📋 copy color: '#19413A'

red 25 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #19413A

Tints of Deep Teal #19413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.92%

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

R = 16.89%
G = 43.92%
B = 39.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#19413A (or 0x19413A) is known color: Deep Teal. HEX triplet: 19, 41 and 3A. RGB value is (25,65,58). Sum of RGB (Red+Green+Blue) = 25+65+58=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #19413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19413A is #E6BEC5. Grayscale: #343434. Windows color (decimal): -15122118 or 3817753. OLE color: 3817753.

HSL color Cylindrical-coordinate representation of color #19413A: hue angle of 169.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19413A is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 65 58 -
CMYK 0.62 0 0.11 0.75
HSL 169.5º 0.44% 0.18% -
HSV(B) 169.5º 0.62% 0.25% -
XYZ 3.05 4.29 4.67 -
YUV 52.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 25 65 58 0.62 0 0.11 0.75 169.5 0.44 0.18
Hex 19 41 3A 3E 0 B 4B AA 2C 12
Octal 31 101 72 76 0 13 113 252 54 22
Binary 11001 1000001 111010 111110 0 1011 1001011 10101010 101100 10010

Color Harmonies of #19413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19413A

Black with #19413A

Text Example


Text Example

White with #19413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,65,58); }

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

background-color css

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

 a { background-color: rgb(25,65,58); }

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

border-color css

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

 span { border-color: rgb(25,65,58); }

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