#095540

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

Shades of Deep Teal #095540

Tints of Deep Teal #095540

Color information

#095540 (or 0x095540) is unknown color: approx Deep Teal. HEX triplet: 09, 55 and 40. RGB value is (9,85,64). Sum of RGB (Red+Green+Blue) = 9+85+64=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #095540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095540 is #F6AABF. Grayscale: #3B3B3B. Windows color (decimal): -16165568 or 4216073. OLE color: 4216073.

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

Color convert

RGB98564-
CMYK0.8900.250.67
HSL163.42º80.85%18.43%-
HSV(B)163.42º89.41%33.33%-
XYZ4.296.935.96-
YUV59.88130.3291.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=5.70%
G=53.80%
B=40.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985640.8900.250.67163.4280.8518.43
Hex955405901943a35112
Octal1112510013103110324312122
Binary1001101010110000001011001011001100001110100011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095540; }

 p { color: rgb(9,85,64); }

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

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

 a { background-color: rgb(9,85,64); }

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

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

 span { border-color: rgb(9,85,64); }

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