#07513C

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

Shades of Deep Teal #07513C

Tints of Deep Teal #07513C

Color information

#07513C (or 0x07513C) is unknown color: approx Deep Teal. HEX triplet: 07, 51 and 3C. RGB value is (7,81,60). Sum of RGB (Red+Green+Blue) = 7+81+60=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #07513C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07513C is #F8AEC3. Grayscale: #383838. Windows color (decimal): -16297668 or 3952903. OLE color: 3952903.

HSL color Cylindrical-coordinate representation of color #07513C: hue angle of 162.97º 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 #07513C is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB78160-
CMYK0.9100.260.68
HSL162.97º84.09%17.25%-
HSV(B)162.97º91.36%31.76%-
XYZ3.856.265.28-
YUV56.48129.9892.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 81 (32.03% from 255) = 54.73%
BLUE value IS 60 (23.83% from 255) = 40.54%
R=4.73%
G=54.73%
B=40.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal781600.9100.260.68162.9784.0917.25
Hex7513C5B01A44a35411
Octal71217413303210424312421
Binary11110100011111001011011011010100010010100011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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