Html Css Color HEX #19483C Deep Teal

📋 copy color: '#19483C'

red 25 ◦ green 72 ◦ blue 60

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

Shades of Deep Teal #19483C

Tints of Deep Teal #19483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.22%

R = 15.92%
G = 45.86%
B = 38.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#19483C (or 0x19483C) is known color: Deep Teal. HEX triplet: 19, 48 and 3C. RGB value is (25,72,60). Sum of RGB (Red+Green+Blue) = 25+72+60=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #19483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19483C is #E6B7C3. Grayscale: #383838. Windows color (decimal): -15120324 or 3950617. OLE color: 3950617.

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

Color convert

RGB 25 72 60 -
CMYK 0.65 0 0.17 0.72
HSL 164.68º 0.48% 0.19% -
HSV(B) 164.68º 0.65% 0.28% -
XYZ 3.53 5.17 5.09 -
YUV 56.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 25 72 60 0.65 0 0.17 0.72 164.68 0.48 0.19
Hex 19 48 3C 41 0 11 48 A5 30 13
Octal 31 110 74 101 0 21 110 245 60 23
Binary 11001 1001000 111100 1000001 0 10001 1001000 10100101 110000 10011

Color Harmonies of #19483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19483C

Black with #19483C

Text Example


Text Example

White with #19483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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