#07543F

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

Shades of Deep Teal #07543F

Tints of Deep Teal #07543F

Color information

#07543F (or 0x07543F) is unknown color: approx Deep Teal. HEX triplet: 07, 54 and 3F. RGB value is (7,84,63). Sum of RGB (Red+Green+Blue) = 7+84+63=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #07543F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07543F is #F8ABC0. Grayscale: #3A3A3A. Windows color (decimal): -16296897 or 4150279. OLE color: 4150279.

HSL color Cylindrical-coordinate representation of color #07543F: hue angle of 163.64º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07543F is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB78463-
CMYK0.9200.250.67
HSL163.64º84.62%17.84%-
HSV(B)163.64º91.67%32.94%-
XYZ4.166.745.79-
YUV58.58130.4991.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.55%
GREEN value IS 84 (33.20% from 255) = 54.55%
BLUE value IS 63 (25% from 255) = 40.91%
R=4.55%
G=54.55%
B=40.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784630.9200.250.67163.6484.6217.84
Hex7543F5C01943a45512
Octal71247713403110324412522
Binary11110101001111111011100011001100001110100100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07543F; }

 p { color: rgb(7,84,63); }

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

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

 a { background-color: rgb(7,84,63); }

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

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

 span { border-color: rgb(7,84,63); }

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