Html Css Color HEX #1E5047 Deep Teal

📋 copy color: '#1E5047'

red 30 ◦ green 80 ◦ blue 71

#1E5047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #1E5047

Tints of Deep Teal #1E5047

RGB

 RED value IS 30 (12.11% from 255) = 16.57%

 GREEN value IS 80 (31.64% from 255) = 44.2%

 BLUE value IS 71 (28.13% from 255) = 39.23%

R = 16.57%
G = 44.2%
B = 39.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#1E5047 (or 0x1E5047) is known color: 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

RGB 30 80 71 -
CMYK 0.62 0 0.11 0.69
HSL 169.2º 0.45% 0.22% -
HSV(B) 169.2º 0.63% 0.31% -
XYZ 4.54 6.47 6.97 -
YUV 64.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 30 80 71 0.62 0 0.11 0.69 169.2 0.45 0.22
Hex 1E 50 47 3E 0 B 45 A9 2D 16
Octal 36 120 107 76 0 13 105 251 55 26
Binary 11110 1010000 1000111 111110 0 1011 1000101 10101001 101101 10110

Color Harmonies of #1E5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5047

Black with #1E5047

Text Example


Text Example

White with #1E5047

Text Example


Text Example

HTML Codes & Css Web 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>