Html Css Color HEX #004E3A Deep Teal

📋 copy color: '#004E3A'

red 0 ◦ green 78 ◦ blue 58

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

Shades of Deep Teal #004E3A

Tints of Deep Teal #004E3A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 58 (23.05% from 255) = 42.65%

R = 0%
G = 57.35%
B = 42.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#004E3A (or 0x004E3A) is known color: Deep Teal. HEX triplet: 00, 4E and 3A. RGB value is (0,78,58). Sum of RGB (Red+Green+Blue) = 0+78+58=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 78 (30.86% from 255 or 57.35% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 78 - color contains mainly: green. Hex color #004E3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E3A is #FFB1C5. Grayscale: #343434. Windows color (decimal): -16757190 or 3821056. OLE color: 3821056.

HSL color Cylindrical-coordinate representation of color #004E3A: hue angle of 164.62º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E3A is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 78 58 -
CMYK 1 0 0.26 0.69
HSL 164.62º 1% 0.15% -
HSV(B) 164.62º 1% 0.31% -
XYZ 3.49 5.75 4.93 -
YUV 52.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 0 78 58 1 0 0.26 0.69 164.62 1 0.15
Hex 0 4E 3A 64 0 1A 45 A5 64 F
Octal 0 116 72 144 0 32 105 245 144 17
Binary 0 1001110 111010 1100100 0 11010 1000101 10100101 1100100 1111

Color Harmonies of #004E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E3A

Black with #004E3A

Text Example


Text Example

White with #004E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004E3A; }

 p { color: rgb(0,78,58); }

 H1.HeaderClassName
 {
   color: #004E3A;
 }
 .AnyTagClassName
 {
   color: #004E3A;
 }
</style>

background-color css

<style>
 a { background-color: #004E3A; }

 a { background-color: rgb(0,78,58); }

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

border-color css

<style>
 span { border-color: #004E3A; }

 span { border-color: rgb(0,78,58); }

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