#0F473E

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

Shades of Deep Teal #0F473E

Tints of Deep Teal #0F473E

Color information

#0F473E (or 0x0F473E) is unknown color: approx Deep Teal. HEX triplet: 0F, 47 and 3E. RGB value is (15,71,62). Sum of RGB (Red+Green+Blue) = 15+71+62=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #0F473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F473E is #F0B8C1. Grayscale: #353535. Windows color (decimal): -15775938 or 4081423. OLE color: 4081423.

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

Color convert

RGB157162-
CMYK0.7900.130.72
HSL170.36º65.12%16.86%-
HSV(B)170.36º78.87%27.84%-
XYZ3.324.965.34-
YUV53.23132.95100.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.14%
GREEN value IS 71 (28.12% from 255) = 47.97%
BLUE value IS 62 (24.61% from 255) = 41.89%
R=10.14%
G=47.97%
B=41.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1571620.7900.130.72170.3665.1216.86
HexF473E4F0D48aa4111
Octal171077611701511025210121
Binary11111000111111110100111101101100100010101010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,62); }

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

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

 a { background-color: rgb(15,71,62); }

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

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

 span { border-color: rgb(15,71,62); }

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