#095342

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

Shades of Deep Teal #095342

Tints of Deep Teal #095342

Color information

#095342 (or 0x095342) is unknown color: approx Deep Teal. HEX triplet: 09, 53 and 42. RGB value is (9,83,66). Sum of RGB (Red+Green+Blue) = 9+83+66=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #095342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095342 is #F6ACBD. Grayscale: #3A3A3A. Windows color (decimal): -16166078 or 4346633. OLE color: 4346633.

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

Color convert

RGB98366-
CMYK0.8900.200.67
HSL166.22º80.43%18.04%-
HSV(B)166.22º89.16%32.55%-
XYZ4.196.646.21-
YUV58.94131.9892.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 83 (32.81% from 255) = 52.53%
BLUE value IS 66 (26.17% from 255) = 41.77%
R=5.70%
G=52.53%
B=41.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983660.8900.200.67166.2280.4318.04
Hex953425901443a65012
Octal1112310213102410324612022
Binary1001101001110000101011001010100100001110100110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095342; }

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

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

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

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

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

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

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

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