Html Css Color HEX #004E3B Deep Teal

📋 copy color: '#004E3B'

red 0 ◦ green 78 ◦ blue 59

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

Shades of Deep Teal #004E3B

Tints of Deep Teal #004E3B

RGB

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

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

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

R = 0%
G = 56.93%
B = 43.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#004E3B (or 0x004E3B) is known color: Deep Teal. HEX triplet: 00, 4E and 3B. RGB value is (0,78,59). Sum of RGB (Red+Green+Blue) = 0+78+59=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 78 (30.86% from 255 or 56.93% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 78 - color contains mainly: green. Hex color #004E3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E3B is #FFB1C4. Grayscale: #343434. Windows color (decimal): -16757189 or 3886592. OLE color: 3886592.

HSL color Cylindrical-coordinate representation of color #004E3B: hue angle of 165.38º 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 #004E3B is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 78 59 -
CMYK 1 0 0.24 0.69
HSL 165.38º 1% 0.15% -
HSV(B) 165.38º 1% 0.31% -
XYZ 3.51 5.76 5.07 -
YUV 52.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 0 78 59 1 0 0.24 0.69 165.38 1 0.15
Hex 0 4E 3B 64 0 18 45 A5 64 F
Octal 0 116 73 144 0 30 105 245 144 17
Binary 0 1001110 111011 1100100 0 11000 1000101 10100101 1100100 1111

Color Harmonies of #004E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E3B

Black with #004E3B

Text Example


Text Example

White with #004E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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