#09523F

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

Shades of Deep Teal #09523F

Tints of Deep Teal #09523F

Color information

#09523F (or 0x09523F) is unknown color: approx Deep Teal. HEX triplet: 09, 52 and 3F. RGB value is (9,82,63). Sum of RGB (Red+Green+Blue) = 9+82+63=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #09523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09523F is #F6ADC0. Grayscale: #3A3A3A. Windows color (decimal): -16166337 or 4149769. OLE color: 4149769.

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

Color convert

RGB98263-
CMYK0.8900.230.68
HSL164.38º80.22%17.84%-
HSV(B)164.38º89.02%32.16%-
XYZ4.036.455.74-
YUV58.01130.8293.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 82 (32.42% from 255) = 53.25%
BLUE value IS 63 (25% from 255) = 40.91%
R=5.84%
G=53.25%
B=40.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982630.8900.230.68164.3880.2217.84
Hex9523F5901744a45012
Octal111227713102710424412022
Binary100110100101111111011001010111100010010100100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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