#073E33

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

Shades of Deep Teal #073E33

Tints of Deep Teal #073E33

Color information

#073E33 (or 0x073E33) is unknown color: approx Deep Teal. HEX triplet: 07, 3E and 33. RGB value is (7,62,51). Sum of RGB (Red+Green+Blue) = 7+62+51=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #073E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E33 is #F8C1CC. Grayscale: #2C2C2C. Windows color (decimal): -16302541 or 3358215. OLE color: 3358215.

HSL color Cylindrical-coordinate representation of color #073E33: hue angle of 168º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073E33 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB76251-
CMYK0.8900.180.76
HSL168º79.71%13.53%-
HSV(B)168º88.71%24.31%-
XYZ2.413.733.72-
YUV44.3131.78101.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 62 (24.61% from 255) = 51.67%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=5.83%
G=51.67%
B=42.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal762510.8900.180.7616879.7113.53
Hex73E33590124Ca850e
Octal7766313102211425012016
Binary111111110110011101100101001010011001010100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073E33; }

 p { color: rgb(7,62,51); }

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

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

 a { background-color: rgb(7,62,51); }

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

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

 span { border-color: rgb(7,62,51); }

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