#09513F

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

Shades of Deep Teal #09513F

Tints of Deep Teal #09513F

Color information

#09513F (or 0x09513F) is unknown color: approx Deep Teal. HEX triplet: 09, 51 and 3F. RGB value is (9,81,63). Sum of RGB (Red+Green+Blue) = 9+81+63=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #09513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09513F is #F6AEC0. Grayscale: #393939. Windows color (decimal): -16166593 or 4149513. OLE color: 4149513.

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

Color convert

RGB98163-
CMYK0.8900.220.68
HSL165º80%17.65%-
HSV(B)165º88.89%31.76%-
XYZ3.956.35.71-
YUV57.42131.1593.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 81 (32.03% from 255) = 52.94%
BLUE value IS 63 (25% from 255) = 41.18%
R=5.88%
G=52.94%
B=41.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981630.8900.220.681658017.65
Hex9513F5901644a55012
Octal111217713102610424512022
Binary100110100011111111011001010110100010010100101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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