#0F453E

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

Shades of Deep Teal #0F453E

Tints of Deep Teal #0F453E

Color information

#0F453E (or 0x0F453E) is unknown color: approx Deep Teal. HEX triplet: 0F, 45 and 3E. RGB value is (15,69,62). Sum of RGB (Red+Green+Blue) = 15+69+62=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #0F453E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F453E is #F0BAC1. Grayscale: #343434. Windows color (decimal): -15776450 or 4080911. OLE color: 4080911.

HSL color Cylindrical-coordinate representation of color #0F453E: hue angle of 172.22º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F453E is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB156962-
CMYK0.7800.100.73
HSL172.22º64.29%16.47%-
HSV(B)172.22º78.26%27.06%-
XYZ3.194.715.3-
YUV52.06133.61101.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.27%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=10.27%
G=47.26%
B=42.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1569620.7800.100.73172.2264.2916.47
HexF453E4E0A49ac4010
Octal171057611601211125410020
Binary11111000101111110100111001010100100110101100100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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