#0F5545

Color #0F5545 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #0F5545

Tints of Deep Teal #0F5545

Color information

#0F5545 (or 0x0F5545) is unknown color: approx Deep Teal. HEX triplet: 0F, 55 and 45. RGB value is (15,85,69). Sum of RGB (Red+Green+Blue) = 15+85+69=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5545 is #F0AABA. Grayscale: #3E3E3E. Windows color (decimal): -15772347 or 4543759. OLE color: 4543759.

HSL color Cylindrical-coordinate representation of color #0F5545: hue angle of 166.29º 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 #0F5545 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB158569-
CMYK0.8200.190.67
HSL166.29º70%19.61%-
HSV(B)166.29º82.35%33.33%-
XYZ4.527.036.75-
YUV62.25131.8194.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.88%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=8.88%
G=50.30%
B=40.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1585690.8200.190.67166.297019.61
HexF55455201343a64614
Octal1712510512202310324610624
Binary1111101010110001011010010010011100001110100110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F5545;
 }
 .AnyTagClassName
 {
   color: #0F5545;
 }
</style>
background-color css

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

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

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

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

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

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