#19483F

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

Shades of Deep Teal #19483F

Tints of Deep Teal #19483F

Color information

#19483F (or 0x19483F) is unknown color: approx Deep Teal. HEX triplet: 19, 48 and 3F. RGB value is (25,72,63). Sum of RGB (Red+Green+Blue) = 25+72+63=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #19483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19483F is #E6B7C0. Grayscale: #383838. Windows color (decimal): -15120321 or 4147225. OLE color: 4147225.

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

Color convert

RGB257263-
CMYK0.6500.120.72
HSL168.51º48.45%19.02%-
HSV(B)168.51º65.28%28.24%-
XYZ3.625.25.52-
YUV56.92131.43105.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 63 (25% from 255) = 39.38%
R=15.62%
G=45%
B=39.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572630.6500.120.72168.5148.4519.02
Hex19483F410C48a93013
Octal31110771010141102516023
Binary11001100100011111110000010110010010001010100111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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