#074A3C

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

Shades of Deep Teal #074A3C

Tints of Deep Teal #074A3C

Color information

#074A3C (or 0x074A3C) is unknown color: approx Deep Teal. HEX triplet: 07, 4A and 3C. RGB value is (7,74,60). Sum of RGB (Red+Green+Blue) = 7+74+60=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 74 (29.30% from 255 or 52.48% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 74 - color contains mainly: green. Hex color #074A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A3C is #F8B5C3. Grayscale: #343434. Windows color (decimal): -16299460 or 3951111. OLE color: 3951111.

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

Color convert

RGB77460-
CMYK0.9100.190.71
HSL167.46º82.72%15.88%-
HSV(B)167.46º90.54%29.02%-
XYZ3.355.275.12-
YUV52.37132.395.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 74 (29.30% from 255) = 52.48%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=4.96%
G=52.48%
B=42.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal774600.9100.190.71167.4682.7215.88
Hex74A3C5B01347a75310
Octal71127413302310724712320
Binary11110010101111001011011010011100011110100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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