#19483D

Color #19483D Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #19483D

Tints of Deep Teal #19483D

Color information

#19483D (or 0x19483D) is unknown color: approx Deep Teal. HEX triplet: 19, 48 and 3D. RGB value is (25,72,61). Sum of RGB (Red+Green+Blue) = 25+72+61=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #19483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19483D is #E6B7C2. Grayscale: #383838. Windows color (decimal): -15120323 or 4016153. OLE color: 4016153.

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

Color convert

RGB257261-
CMYK0.6500.150.72
HSL165.96º48.45%19.02%-
HSV(B)165.96º65.28%28.24%-
XYZ3.565.185.23-
YUV56.69130.43105.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=15.82%
G=45.57%
B=38.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572610.6500.150.72165.9648.4519.02
Hex19483D410F48a63013
Octal31110751010171102466023
Binary11001100100011110110000010111110010001010011011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19483D;
 }
 .AnyTagClassName
 {
   color: #19483D;
 }
</style>
background-color css

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

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

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

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

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

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