#095440

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

Shades of Deep Teal #095440

Tints of Deep Teal #095440

Color information

#095440 (or 0x095440) is unknown color: approx Deep Teal. HEX triplet: 09, 54 and 40. RGB value is (9,84,64). Sum of RGB (Red+Green+Blue) = 9+84+64=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #095440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095440 is #F6ABBF. Grayscale: #3B3B3B. Windows color (decimal): -16165824 or 4215817. OLE color: 4215817.

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

Color convert

RGB98464-
CMYK0.8900.240.67
HSL164º80.65%18.24%-
HSV(B)164º89.29%32.94%-
XYZ4.216.775.94-
YUV59.3130.6592.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=5.73%
G=53.50%
B=40.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal984640.8900.240.6716480.6518.24
Hex954405901843a45112
Octal1112410013103010324412122
Binary1001101010010000001011001011000100001110100100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095440; }

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

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

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

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

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

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

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

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