Html Css Color HEX #19473F Deep Teal

📋 copy color: '#19473F'

red 25 ◦ green 71 ◦ blue 63

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

Shades of Deep Teal #19473F

Tints of Deep Teal #19473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.65%

 BLUE value IS 63 (25% from 255) = 39.62%

R = 15.72%
G = 44.65%
B = 39.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#19473F (or 0x19473F) is known color: Deep Teal. HEX triplet: 19, 47 and 3F. RGB value is (25,71,63). Sum of RGB (Red+Green+Blue) = 25+71+63=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #19473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19473F is #E6B8C0. Grayscale: #383838. Windows color (decimal): -15120577 or 4146969. OLE color: 4146969.

HSL color Cylindrical-coordinate representation of color #19473F: hue angle of 169.57º 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 #19473F is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 71 63 -
CMYK 0.65 0 0.11 0.72
HSL 169.57º 0.48% 0.19% -
HSV(B) 169.57º 0.65% 0.28% -
XYZ 3.55 5.07 5.49 -
YUV 56.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 25 71 63 0.65 0 0.11 0.72 169.57 0.48 0.19
Hex 19 47 3F 41 0 B 48 AA 30 13
Octal 31 107 77 101 0 13 110 252 60 23
Binary 11001 1000111 111111 1000001 0 1011 1001000 10101010 110000 10011

Color Harmonies of #19473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19473F

Black with #19473F

Text Example


Text Example

White with #19473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19473F; }

 p { color: rgb(25,71,63); }

 H1.HeaderClassName
 {
   color: #19473F;
 }
 .AnyTagClassName
 {
   color: #19473F;
 }
</style>

background-color css

<style>
 a { background-color: #19473F; }

 a { background-color: rgb(25,71,63); }

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

border-color css

<style>
 span { border-color: #19473F; }

 span { border-color: rgb(25,71,63); }

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