#09533F

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

Shades of Deep Teal #09533F

Tints of Deep Teal #09533F

Color information

#09533F (or 0x09533F) is unknown color: approx Deep Teal. HEX triplet: 09, 53 and 3F. RGB value is (9,83,63). Sum of RGB (Red+Green+Blue) = 9+83+63=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #09533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09533F is #F6ACC0. Grayscale: #3A3A3A. Windows color (decimal): -16166081 or 4150025. OLE color: 4150025.

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

Color convert

RGB98363-
CMYK0.8900.240.67
HSL163.78º80.43%18.04%-
HSV(B)163.78º89.16%32.55%-
XYZ4.16.65.76-
YUV58.59130.4892.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 83 (32.81% from 255) = 53.55%
BLUE value IS 63 (25% from 255) = 40.65%
R=5.81%
G=53.55%
B=40.65%

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
Decimal983630.8900.240.67163.7880.4318.04
Hex9533F5901843a45012
Octal111237713103010324412022
Binary100110100111111111011001011000100001110100100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09533F; }

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

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

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

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

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

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

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

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