Html Css Color HEX #0F5546 Deep Teal

📋 copy color: '#0F5546'

red 15 ◦ green 85 ◦ blue 70

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

Shades of Deep Teal #0F5546

Tints of Deep Teal #0F5546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50%

 BLUE value IS 70 (27.73% from 255) = 41.18%

R = 8.82%
G = 50%
B = 41.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#0F5546 (or 0x0F5546) is known color: Deep Teal. HEX triplet: 0F, 55 and 46. RGB value is (15,85,70). Sum of RGB (Red+Green+Blue) = 15+85+70=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5546 is #F0AAB9. Grayscale: #3E3E3E. Windows color (decimal): -15772346 or 4609295. OLE color: 4609295.

HSL color Cylindrical-coordinate representation of color #0F5546: hue angle of 167.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5546 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 85 70 -
CMYK 0.82 0 0.18 0.67
HSL 167.14º 0.7% 0.2% -
HSV(B) 167.14º 0.82% 0.33% -
XYZ 4.55 7.04 6.91 -
YUV 62.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 15 85 70 0.82 0 0.18 0.67 167.14 0.7 0.2
Hex F 55 46 52 0 12 43 A7 46 14
Octal 17 125 106 122 0 22 103 247 106 24
Binary 1111 1010101 1000110 1010010 0 10010 1000011 10100111 1000110 10100

Color Harmonies of #0F5546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5546

Black with #0F5546

Text Example


Text Example

White with #0F5546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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