Html Css Color HEX #1E3E3B Deep Teal

📋 copy color: '#1E3E3B'

red 30 ◦ green 62 ◦ blue 59

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

Shades of Deep Teal #1E3E3B

Tints of Deep Teal #1E3E3B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 41.06%

 BLUE value IS 59 (23.44% from 255) = 39.07%

R = 19.87%
G = 41.06%
B = 39.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#1E3E3B (or 0x1E3E3B) is known color: Deep Teal. HEX triplet: 1E, 3E and 3B. RGB value is (30,62,59). Sum of RGB (Red+Green+Blue) = 30+62+59=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 62 (24.61% from 255 or 41.06% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 62 - color contains mainly: green. Hex color #1E3E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E3B is #E1C1C4. Grayscale: #343434. Windows color (decimal): -14795205 or 3882526. OLE color: 3882526.

HSL color Cylindrical-coordinate representation of color #1E3E3B: hue angle of 174.38º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E3E3B is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 30 62 59 -
CMYK 0.52 0 0.05 0.76
HSL 174.38º 0.35% 0.18% -
HSV(B) 174.38º 0.52% 0.24% -
XYZ 3.05 4.04 4.76 -
YUV 52.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 30 62 59 0.52 0 0.05 0.76 174.38 0.35 0.18
Hex 1E 3E 3B 34 0 5 4C AE 23 12
Octal 36 76 73 64 0 5 114 256 43 22
Binary 11110 111110 111011 110100 0 101 1001100 10101110 100011 10010

Color Harmonies of #1E3E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3E3B

Black with #1E3E3B

Text Example


Text Example

White with #1E3E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,62,59); }

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

background-color css

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

 a { background-color: rgb(30,62,59); }

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

border-color css

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

 span { border-color: rgb(30,62,59); }

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