#074D3C

Color #074D3C Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #074D3C

Tints of Deep Teal #074D3C

Color information

#074D3C (or 0x074D3C) is unknown color: approx Deep Teal. HEX triplet: 07, 4D and 3C. RGB value is (7,77,60). Sum of RGB (Red+Green+Blue) = 7+77+60=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #074D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D3C is #F8B2C3. Grayscale: #363636. Windows color (decimal): -16298692 or 3951879. OLE color: 3951879.

HSL color Cylindrical-coordinate representation of color #074D3C: hue angle of 165.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D3C is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB77760-
CMYK0.9100.220.70
HSL165.43º83.33%16.47%-
HSV(B)165.43º90.91%30.2%-
XYZ3.565.685.18-
YUV54.13131.3194.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 77 (30.47% from 255) = 53.47%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=4.86%
G=53.47%
B=41.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777600.9100.220.70165.4383.3316.47
Hex74D3C5B01646a55310
Octal71157413302610624512320
Binary11110011011111001011011010110100011010100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074D3C; }

 p { color: rgb(7,77,60); }

 H1.HeaderClassName
 {
   color: #074D3C;
 }
 .AnyTagClassName
 {
   color: #074D3C;
 }
</style>
background-color css

<style>
 a { background-color: #074D3C; }

 a { background-color: rgb(7,77,60); }

 div.DivClassName
 {
   background-color: #074D3C;
 }
 .BgClassName
 {
   background-color: #074D3C;
 }
</style>
border-color css

<style>
 span { border-color: #074D3C; }

 span { border-color: rgb(7,77,60); }

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