#074C3D

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

Shades of Deep Teal #074C3D

Tints of Deep Teal #074C3D

Color information

#074C3D (or 0x074C3D) is unknown color: approx Deep Teal. HEX triplet: 07, 4C and 3D. RGB value is (7,76,61). Sum of RGB (Red+Green+Blue) = 7+76+61=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #074C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C3D is #F8B3C2. Grayscale: #353535. Windows color (decimal): -16298947 or 4017159. OLE color: 4017159.

HSL color Cylindrical-coordinate representation of color #074C3D: hue angle of 166.96º 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 #074C3D is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB77661-
CMYK0.9100.200.70
HSL166.96º83.13%16.27%-
HSV(B)166.96º90.79%29.8%-
XYZ3.515.555.3-
YUV53.66132.1494.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 76 (30.08% from 255) = 52.78%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=4.86%
G=52.78%
B=42.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal776610.9100.200.70166.9683.1316.27
Hex74C3D5B01446a75310
Octal71147513302410624712320
Binary11110011001111011011011010100100011010100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,76,61); }

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

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

 a { background-color: rgb(7,76,61); }

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

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

 span { border-color: rgb(7,76,61); }

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