Html Css Color HEX #09483D Deep Teal

📋 copy color: '#09483D'

red 9 ◦ green 72 ◦ blue 61

#09483D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #09483D

Tints of Deep Teal #09483D

RGB

 RED value IS 9 (3.91% from 255) = 6.34%

 GREEN value IS 72 (28.52% from 255) = 50.7%

 BLUE value IS 61 (24.22% from 255) = 42.96%

R = 6.34%
G = 50.7%
B = 42.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#09483D (or 0x09483D) is known color: 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

RGB 9 72 61 -
CMYK 0.88 0 0.15 0.72
HSL 169.52º 0.78% 0.16% -
HSV(B) 169.52º 0.88% 0.28% -
XYZ 3.27 5.03 5.21 -
YUV 51.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 9 72 61 0.88 0 0.15 0.72 169.52 0.78 0.16
Hex 9 48 3D 58 0 F 48 AA 4E 10
Octal 11 110 75 130 0 17 110 252 116 20
Binary 1001 1001000 111101 1011000 0 1111 1001000 10101010 1001110 10000

Color Harmonies of #09483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09483D

Black with #09483D

Text Example


Text Example

White with #09483D

Text Example


Text Example

HTML Codes & Css Web 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>