Html Css Color HEX #0F463D Deep Teal

📋 copy color: '#0F463D'

red 15 ◦ green 70 ◦ blue 61

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

Shades of Deep Teal #0F463D

Tints of Deep Teal #0F463D

RGB

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

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

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

R = 10.27%
G = 47.95%
B = 41.78%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#0F463D (or 0x0F463D) is known color: Deep Teal. HEX triplet: 0F, 46 and 3D. RGB value is (15,70,61). Sum of RGB (Red+Green+Blue) = 15+70+61=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #0F463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F463D is #F0B9C2. Grayscale: #343434. Windows color (decimal): -15776195 or 4015631. OLE color: 4015631.

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

Color convert

RGB 15 70 61 -
CMYK 0.79 0 0.13 0.73
HSL 170.18º 0.65% 0.17% -
HSV(B) 170.18º 0.79% 0.27% -
XYZ 3.23 4.82 5.17 -
YUV 52.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 15 70 61 0.79 0 0.13 0.73 170.18 0.65 0.17
Hex F 46 3D 4F 0 D 49 AA 41 11
Octal 17 106 75 117 0 15 111 252 101 21
Binary 1111 1000110 111101 1001111 0 1101 1001001 10101010 1000001 10001

Color Harmonies of #0F463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F463D

Black with #0F463D

Text Example


Text Example

White with #0F463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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