#0F503D

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

Shades of Deep Teal #0F503D

Tints of Deep Teal #0F503D

Color information

#0F503D (or 0x0F503D) is unknown color: approx Deep Teal. HEX triplet: 0F, 50 and 3D. RGB value is (15,80,61). Sum of RGB (Red+Green+Blue) = 15+80+61=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #0F503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F503D is #F0AFC2. Grayscale: #3A3A3A. Windows color (decimal): -15773635 or 4018191. OLE color: 4018191.

HSL color Cylindrical-coordinate representation of color #0F503D: hue angle of 162.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F503D is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB158061-
CMYK0.8100.240.69
HSL162.46º68.42%18.63%-
HSV(B)162.46º81.25%31.37%-
XYZ3.916.185.4-
YUV58.4129.4797.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.62%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=9.62%
G=51.28%
B=39.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1580610.8100.240.69162.4668.4218.63
HexF503D5101845a24413
Octal171207512103010524210423
Binary111110100001111011010001011000100010110100010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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