#1E5047

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

Shades of Deep Teal #1E5047

Tints of Deep Teal #1E5047

Color information

#1E5047 (or 0x1E5047) is unknown color: approx Deep Teal. HEX triplet: 1E, 50 and 47. RGB value is (30,80,71). Sum of RGB (Red+Green+Blue) = 30+80+71=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #1E5047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5047 is #E1AFB8. Grayscale: #404040. Windows color (decimal): -14790585 or 4673566. OLE color: 4673566.

HSL color Cylindrical-coordinate representation of color #1E5047: hue angle of 169.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E5047 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB308071-
CMYK0.6200.110.69
HSL169.2º45.45%21.57%-
HSV(B)169.2º62.5%31.37%-
XYZ4.546.476.97-
YUV64.02131.94103.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.57%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=16.57%
G=44.20%
B=39.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3080710.6200.110.69169.245.4521.57
Hex1E50473E0B45a92d16
Octal36120107760131052515526
Binary11110101000010001111111100101110001011010100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,80,71); }

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

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

 a { background-color: rgb(30,80,71); }

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

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

 span { border-color: rgb(30,80,71); }

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