Html Css Color HEX #0F463A Deep Teal

📋 copy color: '#0F463A'

red 15 ◦ green 70 ◦ blue 58

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

Shades of Deep Teal #0F463A

Tints of Deep Teal #0F463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.95%

 BLUE value IS 58 (23.05% from 255) = 40.56%

R = 10.49%
G = 48.95%
B = 40.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#0F463A (or 0x0F463A) is known color: Deep Teal. HEX triplet: 0F, 46 and 3A. RGB value is (15,70,58). Sum of RGB (Red+Green+Blue) = 15+70+58=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #0F463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F463A is #F0B9C5. Grayscale: #343434. Windows color (decimal): -15776198 or 3819023. OLE color: 3819023.

HSL color Cylindrical-coordinate representation of color #0F463A: hue angle of 166.91º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F463A is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 15 70 58 -
CMYK 0.79 0 0.17 0.73
HSL 166.91º 0.65% 0.17% -
HSV(B) 166.91º 0.79% 0.27% -
XYZ 3.15 4.79 4.76 -
YUV 52.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 15 70 58 0.79 0 0.17 0.73 166.91 0.65 0.17
Hex F 46 3A 4F 0 11 49 A7 41 11
Octal 17 106 72 117 0 21 111 247 101 21
Binary 1111 1000110 111010 1001111 0 10001 1001001 10100111 1000001 10001

Color Harmonies of #0F463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F463A

Black with #0F463A

Text Example


Text Example

White with #0F463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,70,58); }

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

background-color css

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

 a { background-color: rgb(15,70,58); }

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

border-color css

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

 span { border-color: rgb(15,70,58); }

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