Html Css Color HEX #0F493E Deep Teal

📋 copy color: '#0F493E'

red 15 ◦ green 73 ◦ blue 62

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

Shades of Deep Teal #0F493E

Tints of Deep Teal #0F493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.33%

R = 10%
G = 48.67%
B = 41.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#0F493E (or 0x0F493E) is known color: Deep Teal. HEX triplet: 0F, 49 and 3E. RGB value is (15,73,62). Sum of RGB (Red+Green+Blue) = 15+73+62=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #0F493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F493E is #F0B6C1. Grayscale: #363636. Windows color (decimal): -15775426 or 4081935. OLE color: 4081935.

HSL color Cylindrical-coordinate representation of color #0F493E: hue angle of 168.62º 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 #0F493E is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 73 62 -
CMYK 0.79 0 0.15 0.71
HSL 168.62º 0.66% 0.17% -
HSV(B) 168.62º 0.79% 0.29% -
XYZ 3.45 5.21 5.38 -
YUV 54.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 15 73 62 0.79 0 0.15 0.71 168.62 0.66 0.17
Hex F 49 3E 4F 0 F 47 A9 42 11
Octal 17 111 76 117 0 17 107 251 102 21
Binary 1111 1001001 111110 1001111 0 1111 1000111 10101001 1000010 10001

Color Harmonies of #0F493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F493E

Black with #0F493E

Text Example


Text Example

White with #0F493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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