Html Css Color HEX #0F493C Deep Teal

📋 copy color: '#0F493C'

red 15 ◦ green 73 ◦ blue 60

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

Shades of Deep Teal #0F493C

Tints of Deep Teal #0F493C

RGB

 RED value IS 15 (6.25% from 255) = 10.14%

 GREEN value IS 73 (28.91% from 255) = 49.32%

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

R = 10.14%
G = 49.32%
B = 40.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#0F493C (or 0x0F493C) is known color: Deep Teal. HEX triplet: 0F, 49 and 3C. RGB value is (15,73,60). Sum of RGB (Red+Green+Blue) = 15+73+60=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #0F493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F493C is #F0B6C3. Grayscale: #363636. Windows color (decimal): -15775428 or 3950863. OLE color: 3950863.

HSL color Cylindrical-coordinate representation of color #0F493C: hue angle of 166.55º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F493C is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 73 60 -
CMYK 0.79 0 0.18 0.71
HSL 166.55º 0.66% 0.17% -
HSV(B) 166.55º 0.79% 0.29% -
XYZ 3.4 5.19 5.1 -
YUV 54.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 15 73 60 0.79 0 0.18 0.71 166.55 0.66 0.17
Hex F 49 3C 4F 0 12 47 A7 42 11
Octal 17 111 74 117 0 22 107 247 102 21
Binary 1111 1001001 111100 1001111 0 10010 1000111 10100111 1000010 10001

Color Harmonies of #0F493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F493C

Black with #0F493C

Text Example


Text Example

White with #0F493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F493C; }

 p { color: rgb(15,73,60); }

 H1.HeaderClassName
 {
   color: #0F493C;
 }
 .AnyTagClassName
 {
   color: #0F493C;
 }
</style>

background-color css

<style>
 a { background-color: #0F493C; }

 a { background-color: rgb(15,73,60); }

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

border-color css

<style>
 span { border-color: #0F493C; }

 span { border-color: rgb(15,73,60); }

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