#095441

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

Shades of Deep Teal #095441

Tints of Deep Teal #095441

Color information

#095441 (or 0x095441) is unknown color: approx Deep Teal. HEX triplet: 09, 54 and 41. RGB value is (9,84,65). Sum of RGB (Red+Green+Blue) = 9+84+65=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #095441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095441 is #F6ABBE. Grayscale: #3B3B3B. Windows color (decimal): -16165823 or 4281353. OLE color: 4281353.

HSL color Cylindrical-coordinate representation of color #095441: hue angle of 164.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095441 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB98465-
CMYK0.8900.230.67
HSL164.8º80.65%18.24%-
HSV(B)164.8º89.29%32.94%-
XYZ4.246.786.09-
YUV59.41131.1592.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 84 (33.20% from 255) = 53.16%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=5.70%
G=53.16%
B=41.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal984650.8900.230.67164.880.6518.24
Hex954415901743a55112
Octal1112410113102710324512122
Binary1001101010010000011011001010111100001110100101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095441; }

 p { color: rgb(9,84,65); }

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

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

 a { background-color: rgb(9,84,65); }

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

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

 span { border-color: rgb(9,84,65); }

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