Html Css Color HEX #004F3A Deep Teal

📋 copy color: '#004F3A'

red 0 ◦ green 79 ◦ blue 58

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

Shades of Deep Teal #004F3A

Tints of Deep Teal #004F3A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 57.66%

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

R = 0%
G = 57.66%
B = 42.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.69

RGB Variations

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

Color information

#004F3A (or 0x004F3A) is known color: Deep Teal. HEX triplet: 00, 4F and 3A. RGB value is (0,79,58). Sum of RGB (Red+Green+Blue) = 0+79+58=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #004F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F3A is #FFB0C5. Grayscale: #343434. Windows color (decimal): -16756934 or 3821312. OLE color: 3821312.

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

Color convert

RGB 0 79 58 -
CMYK 1 0 0.27 0.69
HSL 164.05º 1% 0.15% -
HSV(B) 164.05º 1% 0.31% -
XYZ 3.56 5.9 4.95 -
YUV 52.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 0 79 58 1 0 0.27 0.69 164.05 1 0.15
Hex 0 4F 3A 64 0 1B 45 A4 64 F
Octal 0 117 72 144 0 33 105 244 144 17
Binary 0 1001111 111010 1100100 0 11011 1000101 10100100 1100100 1111

Color Harmonies of #004F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F3A

Black with #004F3A

Text Example


Text Example

White with #004F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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