Html Css Color HEX #1E473C Deep Teal

📋 copy color: '#1E473C'

red 30 ◦ green 71 ◦ blue 60

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

Shades of Deep Teal #1E473C

Tints of Deep Teal #1E473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.1%

 BLUE value IS 60 (23.83% from 255) = 37.27%

R = 18.63%
G = 44.1%
B = 37.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#1E473C (or 0x1E473C) is known color: Deep Teal. HEX triplet: 1E, 47 and 3C. RGB value is (30,71,60). Sum of RGB (Red+Green+Blue) = 30+71+60=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #1E473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E473C is #E1B8C3. Grayscale: #393939. Windows color (decimal): -14792900 or 3950366. OLE color: 3950366.

HSL color Cylindrical-coordinate representation of color #1E473C: hue angle of 163.9º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E473C is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 71 60 -
CMYK 0.58 0 0.15 0.72
HSL 163.9º 0.41% 0.2% -
HSV(B) 163.9º 0.58% 0.28% -
XYZ 3.6 5.11 5.07 -
YUV 57.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 30 71 60 0.58 0 0.15 0.72 163.9 0.41 0.2
Hex 1E 47 3C 3A 0 F 48 A4 29 14
Octal 36 107 74 72 0 17 110 244 51 24
Binary 11110 1000111 111100 111010 0 1111 1001000 10100100 101001 10100

Color Harmonies of #1E473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E473C

Black with #1E473C

Text Example


Text Example

White with #1E473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E473C;
 }
 .AnyTagClassName
 {
   color: #1E473C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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