Html Css Color HEX #19483E Deep Teal

📋 copy color: '#19483E'

red 25 ◦ green 72 ◦ blue 62

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

Shades of Deep Teal #19483E

Tints of Deep Teal #19483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.28%

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

R = 15.72%
G = 45.28%
B = 38.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#19483E (or 0x19483E) is known color: Deep Teal. HEX triplet: 19, 48 and 3E. RGB value is (25,72,62). Sum of RGB (Red+Green+Blue) = 25+72+62=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #19483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19483E is #E6B7C1. Grayscale: #383838. Windows color (decimal): -15120322 or 4081689. OLE color: 4081689.

HSL color Cylindrical-coordinate representation of color #19483E: hue angle of 167.23º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19483E is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 72 62 -
CMYK 0.65 0 0.14 0.72
HSL 167.23º 0.48% 0.19% -
HSV(B) 167.23º 0.65% 0.28% -
XYZ 3.59 5.19 5.37 -
YUV 56.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 25 72 62 0.65 0 0.14 0.72 167.23 0.48 0.19
Hex 19 48 3E 41 0 E 48 A7 30 13
Octal 31 110 76 101 0 16 110 247 60 23
Binary 11001 1001000 111110 1000001 0 1110 1001000 10100111 110000 10011

Color Harmonies of #19483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19483E

Black with #19483E

Text Example


Text Example

White with #19483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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