Html Css Color HEX #104E3D Deep Teal

📋 copy color: '#104E3D'

red 16 ◦ green 78 ◦ blue 61

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

Shades of Deep Teal #104E3D

Tints of Deep Teal #104E3D

RGB

 RED value IS 16 (6.64% from 255) = 10.32%

 GREEN value IS 78 (30.86% from 255) = 50.32%

 BLUE value IS 61 (24.22% from 255) = 39.35%

R = 10.32%
G = 50.32%
B = 39.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#104E3D (or 0x104E3D) is known color: Deep Teal. HEX triplet: 10, 4E and 3D. RGB value is (16,78,61). Sum of RGB (Red+Green+Blue) = 16+78+61=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #104E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E3D is #EFB1C2. Grayscale: #393939. Windows color (decimal): -15708611 or 4017680. OLE color: 4017680.

HSL color Cylindrical-coordinate representation of color #104E3D: hue angle of 163.55º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E3D is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 78 61 -
CMYK 0.79 0 0.22 0.69
HSL 163.55º 0.66% 0.18% -
HSV(B) 163.55º 0.79% 0.31% -
XYZ 3.78 5.9 5.35 -
YUV 57.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 16 78 61 0.79 0 0.22 0.69 163.55 0.66 0.18
Hex 10 4E 3D 4F 0 16 45 A4 42 12
Octal 20 116 75 117 0 26 105 244 102 22
Binary 10000 1001110 111101 1001111 0 10110 1000101 10100100 1000010 10010

Color Harmonies of #104E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104E3D

Black with #104E3D

Text Example


Text Example

White with #104E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104E3D; }

 p { color: rgb(16,78,61); }

 H1.HeaderClassName
 {
   color: #104E3D;
 }
 .AnyTagClassName
 {
   color: #104E3D;
 }
</style>

background-color css

<style>
 a { background-color: #104E3D; }

 a { background-color: rgb(16,78,61); }

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

border-color css

<style>
 span { border-color: #104E3D; }

 span { border-color: rgb(16,78,61); }

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