#07463B

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

Shades of Deep Teal #07463B

Tints of Deep Teal #07463B

Color information

#07463B (or 0x07463B) is unknown color: approx Deep Teal. HEX triplet: 07, 46 and 3B. RGB value is (7,70,59). Sum of RGB (Red+Green+Blue) = 7+70+59=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #07463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07463B is #F8B9C4. Grayscale: #313131. Windows color (decimal): -16300485 or 3884551. OLE color: 3884551.

HSL color Cylindrical-coordinate representation of color #07463B: hue angle of 169.52º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07463B is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB77059-
CMYK0.9000.160.73
HSL169.52º81.82%15.1%-
HSV(B)169.52º90%27.45%-
XYZ3.074.744.89-
YUV49.91133.1397.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.15%
GREEN value IS 70 (27.73% from 255) = 51.47%
BLUE value IS 59 (23.44% from 255) = 43.38%
R=5.15%
G=51.47%
B=43.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770590.9000.160.73169.5281.8215.1
Hex7463B5A01049aa52f
Octal71067313202011125212217
Binary1111000110111011101101001000010010011010101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07463B; }

 p { color: rgb(7,70,59); }

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

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

 a { background-color: rgb(7,70,59); }

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

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

 span { border-color: rgb(7,70,59); }

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