#095241

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

Shades of Deep Teal #095241

Tints of Deep Teal #095241

Color information

#095241 (or 0x095241) is unknown color: approx Deep Teal. HEX triplet: 09, 52 and 41. RGB value is (9,82,65). Sum of RGB (Red+Green+Blue) = 9+82+65=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #095241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095241 is #F6ADBE. Grayscale: #3A3A3A. Windows color (decimal): -16166335 or 4280841. OLE color: 4280841.

HSL color Cylindrical-coordinate representation of color #095241: hue angle of 166.03º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095241 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB98265-
CMYK0.8900.210.68
HSL166.03º80.22%17.84%-
HSV(B)166.03º89.02%32.16%-
XYZ4.086.476.04-
YUV58.24131.8292.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 82 (32.42% from 255) = 52.56%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=5.77%
G=52.56%
B=41.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982650.8900.210.68166.0380.2217.84
Hex952415901544a65012
Octal1112210113102510424612022
Binary1001101001010000011011001010101100010010100110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095241; }

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

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

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

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

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

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

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

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