#1E5248

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

Shades of Deep Teal #1E5248

Tints of Deep Teal #1E5248

Color information

#1E5248 (or 0x1E5248) is unknown color: approx Deep Teal. HEX triplet: 1E, 52 and 48. RGB value is (30,82,72). Sum of RGB (Red+Green+Blue) = 30+82+72=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #1E5248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5248 is #E1ADB7. Grayscale: #414141. Windows color (decimal): -14790072 or 4739614. OLE color: 4739614.

HSL color Cylindrical-coordinate representation of color #1E5248: hue angle of 168.46º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E5248 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB308272-
CMYK0.6300.120.68
HSL168.46º46.43%21.96%-
HSV(B)168.46º63.41%32.16%-
XYZ4.726.787.19-
YUV65.31131.77102.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.30%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 72 (28.52% from 255) = 39.13%
R=16.30%
G=44.57%
B=39.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3082720.6300.120.68168.4646.4321.96
Hex1E52483F0C44a82e16
Octal36122110770141042505626
Binary11110101001010010001111110110010001001010100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E5248; }

 p { color: rgb(30,82,72); }

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

<style>
 a { background-color: #1E5248; }

 a { background-color: rgb(30,82,72); }

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

<style>
 span { border-color: #1E5248; }

 span { border-color: rgb(30,82,72); }

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