#074234

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

Shades of Deep Teal #074234

Tints of Deep Teal #074234

Color information

#074234 (or 0x074234) is unknown color: approx Deep Teal. HEX triplet: 07, 42 and 34. RGB value is (7,66,52). Sum of RGB (Red+Green+Blue) = 7+66+52=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #074234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074234 is #F8BDCB. Grayscale: #2E2E2E. Windows color (decimal): -16301516 or 3424775. OLE color: 3424775.

HSL color Cylindrical-coordinate representation of color #074234: hue angle of 165.76º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074234 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB76652-
CMYK0.8900.210.74
HSL165.76º80.82%14.31%-
HSV(B)165.76º89.39%25.88%-
XYZ2.664.193.92-
YUV46.76130.9599.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.6%
GREEN value IS 66 (26.17% from 255) = 52.8%
BLUE value IS 52 (20.70% from 255) = 41.6%
R=5.6%
G=52.8%
B=41.6%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal766520.8900.210.74165.7680.8214.31
Hex74234590154Aa651e
Octal71026413102511224612116
Binary1111000010110100101100101010110010101010011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074234; }

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

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

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

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

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

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

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

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