Html Css Color HEX #19423A Deep Teal

📋 copy color: '#19423A'

red 25 ◦ green 66 ◦ blue 58

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

Shades of Deep Teal #19423A

Tints of Deep Teal #19423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.3%

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

R = 16.78%
G = 44.3%
B = 38.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#19423A (or 0x19423A) is known color: Deep Teal. HEX triplet: 19, 42 and 3A. RGB value is (25,66,58). Sum of RGB (Red+Green+Blue) = 25+66+58=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #19423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19423A is #E6BDC5. Grayscale: #343434. Windows color (decimal): -15121862 or 3818009. OLE color: 3818009.

HSL color Cylindrical-coordinate representation of color #19423A: hue angle of 168.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19423A is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 66 58 -
CMYK 0.62 0 0.12 0.74
HSL 168.29º 0.45% 0.18% -
HSV(B) 168.29º 0.62% 0.26% -
XYZ 3.11 4.41 4.69 -
YUV 52.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 25 66 58 0.62 0 0.12 0.74 168.29 0.45 0.18
Hex 19 42 3A 3E 0 C 4A A8 2D 12
Octal 31 102 72 76 0 14 112 250 55 22
Binary 11001 1000010 111010 111110 0 1100 1001010 10101000 101101 10010

Color Harmonies of #19423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19423A

Black with #19423A

Text Example


Text Example

White with #19423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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