Html Css Color HEX #09483C Deep Teal

📋 copy color: '#09483C'

red 9 ◦ green 72 ◦ blue 60

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

Shades of Deep Teal #09483C

Tints of Deep Teal #09483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 42.55%

R = 6.38%
G = 51.06%
B = 42.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#09483C (or 0x09483C) is known color: Deep Teal. HEX triplet: 09, 48 and 3C. RGB value is (9,72,60). Sum of RGB (Red+Green+Blue) = 9+72+60=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #09483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09483C is #F6B7C3. Grayscale: #333333. Windows color (decimal): -16168900 or 3950601. OLE color: 3950601.

HSL color Cylindrical-coordinate representation of color #09483C: hue angle of 168.57º 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 #09483C is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 60 -
CMYK 0.88 0 0.17 0.72
HSL 168.57º 0.78% 0.16% -
HSV(B) 168.57º 0.88% 0.28% -
XYZ 3.25 5.02 5.07 -
YUV 51.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 9 72 60 0.88 0 0.17 0.72 168.57 0.78 0.16
Hex 9 48 3C 58 0 11 48 A9 4E 10
Octal 11 110 74 130 0 21 110 251 116 20
Binary 1001 1001000 111100 1011000 0 10001 1001000 10101001 1001110 10000

Color Harmonies of #09483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09483C

Black with #09483C

Text Example


Text Example

White with #09483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09483C;
 }
 .AnyTagClassName
 {
   color: #09483C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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