#095340

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

Shades of Deep Teal #095340

Tints of Deep Teal #095340

Color information

#095340 (or 0x095340) is unknown color: approx Deep Teal. HEX triplet: 09, 53 and 40. RGB value is (9,83,64). Sum of RGB (Red+Green+Blue) = 9+83+64=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #095340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095340 is #F6ACBF. Grayscale: #3A3A3A. Windows color (decimal): -16166080 or 4215561. OLE color: 4215561.

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

Color convert

RGB98364-
CMYK0.8900.230.67
HSL164.59º80.43%18.04%-
HSV(B)164.59º89.16%32.55%-
XYZ4.136.615.91-
YUV58.71130.9892.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 83 (32.81% from 255) = 53.21%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=5.77%
G=53.21%
B=41.03%

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
Decimal983640.8900.230.67164.5980.4318.04
Hex953405901743a55012
Octal1112310013102710324512022
Binary1001101001110000001011001010111100001110100101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095340; }

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

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

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

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

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

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

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

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