#09483D

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

Shades of Deep Teal #09483D

Tints of Deep Teal #09483D

Color information

#09483D (or 0x09483D) is unknown color: approx Deep Teal. HEX triplet: 09, 48 and 3D. RGB value is (9,72,61). Sum of RGB (Red+Green+Blue) = 9+72+61=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #09483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09483D is #F6B7C2. Grayscale: #333333. Windows color (decimal): -16168899 or 4016137. OLE color: 4016137.

HSL color Cylindrical-coordinate representation of color #09483D: hue angle of 169.52º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09483D is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB97261-
CMYK0.8800.150.72
HSL169.52º77.78%15.88%-
HSV(B)169.52º87.5%28.24%-
XYZ3.275.035.21-
YUV51.91133.1397.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=6.34%
G=50.70%
B=42.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972610.8800.150.72169.5277.7815.88
Hex9483D580F48aa4e10
Octal111107513001711025211620
Binary10011001000111101101100001111100100010101010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09483D; }

 p { color: rgb(9,72,61); }

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

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

 a { background-color: rgb(9,72,61); }

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

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

 span { border-color: rgb(9,72,61); }

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