#1E413A

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

Shades of Deep Teal #1E413A

Tints of Deep Teal #1E413A

Color information

#1E413A (or 0x1E413A) is unknown color: approx Deep Teal. HEX triplet: 1E, 41 and 3A. RGB value is (30,65,58). Sum of RGB (Red+Green+Blue) = 30+65+58=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #1E413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E413A is #E1BEC5. Grayscale: #353535. Windows color (decimal): -14794438 or 3817758. OLE color: 3817758.

HSL color Cylindrical-coordinate representation of color #1E413A: hue angle of 168º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E413A is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB306558-
CMYK0.5400.110.75
HSL168º36.84%18.63%-
HSV(B)168º53.85%25.49%-
XYZ3.194.364.68-
YUV53.74130.4111.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.61%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=19.61%
G=42.48%
B=37.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3065580.5400.110.7516836.8418.63
Hex1E413A360B4Ba82513
Octal3610172660131132504523
Binary1111010000011110101101100101110010111010100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,65,58); }

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

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

 a { background-color: rgb(30,65,58); }

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

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

 span { border-color: rgb(30,65,58); }

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