#1E524A

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

Shades of Deep Teal #1E524A

Tints of Deep Teal #1E524A

Color information

#1E524A (or 0x1E524A) is unknown color: approx Deep Teal. HEX triplet: 1E, 52 and 4A. RGB value is (30,82,74). Sum of RGB (Red+Green+Blue) = 30+82+74=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #1E524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E524A is #E1ADB5. Grayscale: #414141. Windows color (decimal): -14790070 or 4870686. OLE color: 4870686.

HSL color Cylindrical-coordinate representation of color #1E524A: hue angle of 170.77º 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 #1E524A is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB308274-
CMYK0.6300.100.68
HSL170.77º46.43%21.96%-
HSV(B)170.77º63.41%32.16%-
XYZ4.796.817.54-
YUV65.54132.77102.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.13%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=16.13%
G=44.09%
B=39.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3082740.6300.100.68170.7746.4321.96
Hex1E524A3F0A44ab2e16
Octal36122112770121042535626
Binary11110101001010010101111110101010001001010101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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