#074334

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

Shades of Deep Teal #074334

Tints of Deep Teal #074334

Color information

#074334 (or 0x074334) is unknown color: approx Deep Teal. HEX triplet: 07, 43 and 34. RGB value is (7,67,52). Sum of RGB (Red+Green+Blue) = 7+67+52=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #074334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074334 is #F8BCCB. Grayscale: #2F2F2F. Windows color (decimal): -16301260 or 3425031. OLE color: 3425031.

HSL color Cylindrical-coordinate representation of color #074334: hue angle of 165º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074334 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB76752-
CMYK0.9000.220.74
HSL165º81.08%14.51%-
HSV(B)165º89.55%26.27%-
XYZ2.714.313.94-
YUV47.35130.6299.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 67 (26.56% from 255) = 53.17%
BLUE value IS 52 (20.70% from 255) = 41.27%
R=5.56%
G=53.17%
B=41.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal767520.9000.220.7416581.0814.51
Hex743345A0164Aa551f
Octal71036413202611224512117
Binary1111000011110100101101001011010010101010010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074334; }

 p { color: rgb(7,67,52); }

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

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

 a { background-color: rgb(7,67,52); }

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

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

 span { border-color: rgb(7,67,52); }

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