#07513B

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

Shades of Deep Teal #07513B

Tints of Deep Teal #07513B

Color information

#07513B (or 0x07513B) is unknown color: approx Deep Teal. HEX triplet: 07, 51 and 3B. RGB value is (7,81,59). Sum of RGB (Red+Green+Blue) = 7+81+59=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #07513B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07513B is #F8AEC4. Grayscale: #383838. Windows color (decimal): -16297669 or 3887367. OLE color: 3887367.

HSL color Cylindrical-coordinate representation of color #07513B: hue angle of 162.16º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07513B is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB78159-
CMYK0.9100.270.68
HSL162.16º84.09%17.25%-
HSV(B)162.16º91.36%31.76%-
XYZ3.826.255.14-
YUV56.37129.4892.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 81 (32.03% from 255) = 55.10%
BLUE value IS 59 (23.44% from 255) = 40.14%
R=4.76%
G=55.10%
B=40.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal781590.9100.270.68162.1684.0917.25
Hex7513B5B01B44a25411
Octal71217313303310424212421
Binary11110100011110111011011011011100010010100010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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