#09523E

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

Shades of Deep Teal #09523E

Tints of Deep Teal #09523E

Color information

#09523E (or 0x09523E) is unknown color: approx Deep Teal. HEX triplet: 09, 52 and 3E. RGB value is (9,82,62). Sum of RGB (Red+Green+Blue) = 9+82+62=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #09523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09523E is #F6ADC1. Grayscale: #393939. Windows color (decimal): -16166338 or 4084233. OLE color: 4084233.

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

Color convert

RGB98262-
CMYK0.8900.240.68
HSL163.56º80.22%17.84%-
HSV(B)163.56º89.02%32.16%-
XYZ46.445.59-
YUV57.89130.3293.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 82 (32.42% from 255) = 53.59%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=5.88%
G=53.59%
B=40.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982620.8900.240.68163.5680.2217.84
Hex9523E5901844a45012
Octal111227613103010424412022
Binary100110100101111101011001011000100010010100100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09523E; }

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

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

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

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

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

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

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

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