Html Css Color HEX #19423E Deep Teal

📋 copy color: '#19423E'

red 25 ◦ green 66 ◦ blue 62

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

Shades of Deep Teal #19423E

Tints of Deep Teal #19423E

RGB

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

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

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

R = 16.34%
G = 43.14%
B = 40.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#19423E (or 0x19423E) is known color: Deep Teal. HEX triplet: 19, 42 and 3E. RGB value is (25,66,62). Sum of RGB (Red+Green+Blue) = 25+66+62=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #19423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19423E is #E6BDC1. Grayscale: #353535. Windows color (decimal): -15121858 or 4080153. OLE color: 4080153.

HSL color Cylindrical-coordinate representation of color #19423E: hue angle of 174.15º 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 #19423E is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 66 62 -
CMYK 0.62 0 0.06 0.74
HSL 174.15º 0.45% 0.18% -
HSV(B) 174.15º 0.62% 0.26% -
XYZ 3.22 4.45 5.25 -
YUV 53.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 25 66 62 0.62 0 0.06 0.74 174.15 0.45 0.18
Hex 19 42 3E 3E 0 6 4A AE 2D 12
Octal 31 102 76 76 0 6 112 256 55 22
Binary 11001 1000010 111110 111110 0 110 1001010 10101110 101101 10010

Color Harmonies of #19423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19423E

Black with #19423E

Text Example


Text Example

White with #19423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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