#075541

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

Shades of Deep Teal #075541

Tints of Deep Teal #075541

Color information

#075541 (or 0x075541) is unknown color: approx Deep Teal. HEX triplet: 07, 55 and 41. RGB value is (7,85,65). Sum of RGB (Red+Green+Blue) = 7+85+65=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #075541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075541 is #F8AABE. Grayscale: #3B3B3B. Windows color (decimal): -16296639 or 4281607. OLE color: 4281607.

HSL color Cylindrical-coordinate representation of color #075541: hue angle of 164.62º 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 #075541 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB78565-
CMYK0.9200.240.67
HSL164.62º84.78%18.04%-
HSV(B)164.62º91.76%33.33%-
XYZ4.296.926.11-
YUV59.4131.1690.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=4.46%
G=54.14%
B=41.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785650.9200.240.67164.6284.7818.04
Hex755415C01843a55512
Octal712510113403010324512522
Binary111101010110000011011100011000100001110100101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075541; }

 p { color: rgb(7,85,65); }

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

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

 a { background-color: rgb(7,85,65); }

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

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

 span { border-color: rgb(7,85,65); }

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